You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ By registering your profile:
61
61
others use to apply/identify the profile.
62
62
63
63
3. one of the JSON:API's editors will review your submission to check that it
64
-
follows the [profile extension requirements](/format/1.1/#profiles-authoring).
64
+
follows the [requirements for profiles](/format/1.1/#profiles-authoring).
65
65
These requirements can be a bit tricky, so getting an expert review ensures
66
66
that your profile is legal for use with JSON:API.
67
67
@@ -77,7 +77,7 @@ To register your profile:
77
77
2. Create a PR to [the json-api repository](https://github.com/json-api/json-api).
78
78
In the PR, make a directory at `_profiles/{NAMESPACE}/{PROFILE_NAME}` (where
79
79
`PROFILE_NAME` is the name of your profile, dasherized), and put your filled
80
-
out template as the `index.md` file in that directory folder. (See [an example](https://github.com/json-api/json-api/tree/1.1/_profiles/ethanresnick/cursor-pagination).)
80
+
out template as the `index.md` file in that directory folder. (See [an example](https://github.com/json-api/json-api/tree/gh-pages/_profiles/ethanresnick/cursor-pagination).)
81
81
82
82
Once submitted, one of JSON:API's editors will review your profile to check that
83
83
it: 1) follows the template above; 2) complies with JSON:API's [requirements for profiles](/format/1.1/#profiles-authoring);
@@ -99,9 +99,9 @@ If you do change your submission after it's been reviewed, it will be re-reviewe
99
99
to make sure it still complies with the requirements for approval given above.
100
100
101
101
JSON:API's editors may occasionally reassign responsibility for a registered
102
-
profile. The most common case of this will be to enable changes to be made to
103
-
profiles where the author of the registration has died, moved out of contact or
104
-
is otherwise unable to make changes that are important to the community.
102
+
profile. The most common reason for this will be to enable changes to be made
103
+
to profiles where the author of the registration has died, moved out of contact
104
+
or is otherwise unable to make changes that are important to the community.
105
105
106
106
Even though profile registration is strongly encouraged, it is not mandatory.
107
107
If you choose not to register your profile, you can create your own URL, on
0 commit comments