Skip to content

Commit c213da3

Browse files
committed
corrected hardcoded links
1 parent fd6008a commit c213da3

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

content/guides/api-calls/permissions-and-errors/rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ retry-after: 100
8181
"type": "error",
8282
"status": 429,
8383
"code": "rate_limit_exceeded",
84-
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
84+
"help_url": "g://api-calls/permissions-and-errors/common-errors",
8585
"message": "Request rate limit exceeded, please try again later",
8686
"request_id": "abcdef123456"
8787
}

content/guides/api-calls/types-and-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ object with a `request_id` field.
161161
"type": "error",
162162
"status": 400,
163163
"code": "item_name_invalid",
164-
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
164+
"help_url": "g://api-calls/permissions-and-errors/common-errors",
165165
"message": "Method Not Allowed",
166166
"request_id": "abcdef123456"
167167
}

content/guides/archives/add-content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The `id` parameter is the ID of the file/folder you want to add to the archive.
2424
To specify the destination, use the `parent.id` [parameter][Update parent id of folder] in the request body.
2525
This can be either an ID of an archive or the ID of a folder that is inside an archive.
2626

27-
[Create Archive]: https://developer.box.com/reference/v2025.0/post-archives/
27+
[Create Archive]: e://post-archives
2828
[Update file]: e://put-files-id
29-
[Update parent id of file]: https://developer.box.com/reference/put-files-id/#param-parent-id
29+
[Update parent id of file]: e://put-files-id/#param-parent-id
3030
[Update folder]: e://put-folders-id
31-
[Update parent id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-id
31+
[Update parent id of folder]: e://put-folders-id/#param-parent-id

content/guides/archives/restore-content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To restore a file/folder to user's root folder, use `0` as the `parent.id` value
2626
`parent.user_id` [parameter][Update parent user id of folder] in the request body.
2727

2828
[Update file]: e://put-files-id
29-
[Update parent id of file]: https://developer.box.com/reference/put-files-id/#param-parent-id
30-
[Update parent user id of file]: https://developer.box.com/reference/put-files-id/#param-parent-user_id
29+
[Update parent id of file]: e://put-files-id/#param-parent-id
30+
[Update parent user id of file]: e://put-files-id/#param-parent-user_id
3131
[Update folder]: e://put-folders-id
32-
[Update parent id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-id
33-
[Update parent user id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-user_id
32+
[Update parent id of folder]: e://put-folders-id/#param-parent-id
33+
[Update parent user id of folder]: e://put-folders-id/#param-parent-user_id

content/guides/archives/supported-apis.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ When contacting customer support, specify the user ID you plan to use those APIs
4848
| [`PUT securityClassification`][Update classification label on file] | Update a classification label for a file within an archive. |
4949
| [`DELETE securityClassification`][Delete classification label on file] | Delete a classification label from a file within an archive. |
5050

51-
[Create archive]: https://developer.box.com/reference/v2025.0/post-archives/
52-
[List archives]: https://developer.box.com/reference/v2025.0/get-archives/
53-
[Update archive]: https://developer.box.com/reference/v2025.0/put-archives-id/
54-
[Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/
51+
[Create archive]: e://post-archives
52+
[List archives]: e://get-archives
53+
[Update archive]: e://put-archives-id
54+
[Delete archive]: e://delete-archives-id/
5555
[Update file]: e://put-files-id
5656
[Update folder]: e://put-folders-id
5757
[Upload file]: e://post-files-content
@@ -72,4 +72,4 @@ When contacting customer support, specify the user ID you plan to use those APIs
7272
[View classification label on file]: e://get-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
7373
[Update classification label on file]: e://put-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
7474
[Delete classification label on file]: e://delete-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
75-
[GCM scope]: https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/#global-content-manager-gcm
75+
[GCM scope]: g://api-calls/permissions-and-errors/scopes/#global-content-manager-gcm

content/guides/getting-started/sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ As a primary admin, you can log into multiple sandboxes. If you want to use this
3737

3838
[1]: https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins
3939
[2]: https://cloud.app.box.com/developers/console
40-
[3]: https://developer.box.com
40+
[3]: /
4141
[4]: https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins#:~:text=in%20a%20sandbox.-,Synchronizing,-sandbox%20with%20production

content/pages/platform/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ the YouTube video below.
6060
[file]: e://get-files-id
6161
[tooling]: g://tooling
6262
<!-- i18n-enable localize-links -->
63-
[sample_code]: https://developer.box.com/sample-code/
63+
[sample_code]: p://sample-code/
6464
[postman]: https://www.postman.com/boxdev
6565
<!-- i18n-disable localize-links -->

0 commit comments

Comments
 (0)