diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/question.md
index f8a07ddb2..0d32c839b 100644
--- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/question.md
@@ -17,6 +17,6 @@ assignees: cbetta
-[api-docs]: https://developer.box.com/
+[api-docs]: page
[dev-forums]: https://community.box.com/
[github-repo]: https://github.com/box/developer.box.com/search?type=Issues
diff --git a/content/guides/api-calls/permissions-and-errors/rate-limits.md b/content/guides/api-calls/permissions-and-errors/rate-limits.md
index eb3a20cb5..deb1325de 100644
--- a/content/guides/api-calls/permissions-and-errors/rate-limits.md
+++ b/content/guides/api-calls/permissions-and-errors/rate-limits.md
@@ -81,7 +81,7 @@ retry-after: 100
"type": "error",
"status": 429,
"code": "rate_limit_exceeded",
- "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
+ "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors",
"message": "Request rate limit exceeded, please try again later",
"request_id": "abcdef123456"
}
@@ -95,5 +95,5 @@ Please see the [Client Error resource](resource://client_error) for more details
exponential back-off strategy for retrying API calls.
-[search]: e://get_search
+[search]: e://get-search
[pricing]: https://www.box.com/pricing
diff --git a/content/guides/api-calls/types-and-formats.md b/content/guides/api-calls/types-and-formats.md
index b2383e427..c8956a7b0 100644
--- a/content/guides/api-calls/types-and-formats.md
+++ b/content/guides/api-calls/types-and-formats.md
@@ -161,7 +161,7 @@ object with a `request_id` field.
"type": "error",
"status": 400,
"code": "item_name_invalid",
- "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
+ "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors",
"message": "Method Not Allowed",
"request_id": "abcdef123456"
}
@@ -187,7 +187,7 @@ number.
In these cases these numbers are returned in [IEEE754][numbers] format for
example `1.2318237429383e+31`.
-[post-oauth2-token]: endpoint://post-oauth2-token
-[post-files-content]: endpoint://post-files-content
+[post-oauth2-token]: e://post-oauth2-token
+[post-files-content]: e://post-files-content
[numbers]: https://en.wikipedia.org/wiki/IEEE_754
[rfc3339]: https://www.ietf.org/rfc/rfc3339.txt
diff --git a/content/guides/archives/add-content.md b/content/guides/archives/add-content.md
index cbc375a41..0785d0c1d 100644
--- a/content/guides/archives/add-content.md
+++ b/content/guides/archives/add-content.md
@@ -24,8 +24,8 @@ The `id` parameter is the ID of the file/folder you want to add to the archive.
To specify the destination, use the `parent.id` [parameter][Update parent id of folder] in the request body.
This can be either an ID of an archive or the ID of a folder that is inside an archive.
-[Create Archive]: https://developer.box.com/reference/v2025.0/post-archives/
+[Create Archive]: e://v2025.0/post-archives
[Update file]: e://put-files-id
-[Update parent id of file]: https://developer.box.com/reference/put-files-id/#param-parent-id
+[Update parent id of file]: e://put-files-id/#param-parent-id
[Update folder]: e://put-folders-id
-[Update parent id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-id
+[Update parent id of folder]: e://put-folders-id/#param-parent-id
diff --git a/content/guides/archives/restore-content.md b/content/guides/archives/restore-content.md
index a08325ff9..7af23414f 100644
--- a/content/guides/archives/restore-content.md
+++ b/content/guides/archives/restore-content.md
@@ -26,8 +26,8 @@ To restore a file/folder to user's root folder, use `0` as the `parent.id` value
`parent.user_id` [parameter][Update parent user id of folder] in the request body.
[Update file]: e://put-files-id
-[Update parent id of file]: https://developer.box.com/reference/put-files-id/#param-parent-id
-[Update parent user id of file]: https://developer.box.com/reference/put-files-id/#param-parent-user_id
+[Update parent id of file]: e://put-files-id/#param-parent-id
+[Update parent user id of file]: e://put-files-id/#param-parent-user_id
[Update folder]: e://put-folders-id
-[Update parent id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-id
-[Update parent user id of folder]: https://developer.box.com/reference/put-folders-id/#param-parent-user_id
+[Update parent id of folder]: e://put-folders-id/#param-parent-id
+[Update parent user id of folder]: e://put-folders-id/#param-parent-user_id
diff --git a/content/guides/archives/supported-apis.md b/content/guides/archives/supported-apis.md
index a81fd7751..3eb9aad5f 100644
--- a/content/guides/archives/supported-apis.md
+++ b/content/guides/archives/supported-apis.md
@@ -48,10 +48,10 @@ When contacting customer support, specify the user ID you plan to use those APIs
| [`PUT securityClassification`][Update classification label on file] | Update a classification label for a file within an archive. |
| [`DELETE securityClassification`][Delete classification label on file] | Delete a classification label from a file within an archive. |
-[Create archive]: https://developer.box.com/reference/v2025.0/post-archives/
-[List archives]: https://developer.box.com/reference/v2025.0/get-archives/
-[Update archive]: https://developer.box.com/reference/v2025.0/put-archives-id/
-[Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/
+[Create archive]: e://v2025.0/post-archives
+[List archives]: e://v2025.0/get-archives
+[Update archive]: e://v2025.0/put-archives-id
+[Delete archive]: e://v2025.0/delete-archives-id
[Update file]: e://put-files-id
[Update folder]: e://put-folders-id
[Upload file]: e://post-files-content
@@ -72,4 +72,4 @@ When contacting customer support, specify the user ID you plan to use those APIs
[View classification label on file]: e://get-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
[Update classification label on file]: e://put-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
[Delete classification label on file]: e://delete-files-id-metadata-enterprise-securityClassification-6VMVochwUWo
-[GCM scope]: https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/#global-content-manager-gcm
+[GCM scope]: g://api-calls/permissions-and-errors/scopes/#global-content-manager-gcm
diff --git a/content/guides/getting-started/index.md b/content/guides/getting-started/index.md
index 67079f8ae..c479ce484 100644
--- a/content/guides/getting-started/index.md
+++ b/content/guides/getting-started/index.md
@@ -41,16 +41,16 @@ If you have any questions, checkout our [forum][forum-link].
[learn]: page://platform
-[box-platform-101]: page://platform/box-platform-101
-[use-case]: page://platform/use-cases
-[user-types]: page://platform/user-types
-[application-types]: page://platform/application-types
-[authentication]: page://platform/authentication-methods
-[support]: page://platform/support
-[tooling]: page://platform/tools
+[box-platform-101]: pages/platform/box-platform-101
+[use-case]: pages/platform/use-cases
+[user-types]: pages/platform/user-types
+[application-types]: pages/platform/application-types
+[authentication]: pages/platform/authentication-methods
+[support]: pages/platform/support
+[tooling]: pages/platform/tools
[box-app]: g://getting-started/first-application
-[endpoints]: page://reference
-[cv]: page://platform/appendix/locating-values
+[endpoints]: page/api-reference
+[cv]: pages/platform/appendix/locating-values
[publish-app]: g://getting-started/publish-app
[forum-link]: https://forum.box.com
\ No newline at end of file
diff --git a/content/guides/getting-started/sandbox.md b/content/guides/getting-started/sandbox.md
index 77881183d..cee17f440 100644
--- a/content/guides/getting-started/sandbox.md
+++ b/content/guides/getting-started/sandbox.md
@@ -37,5 +37,5 @@ As a primary admin, you can log into multiple sandboxes. If you want to use this
[1]: https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins
[2]: https://cloud.app.box.com/developers/console
-[3]: https://developer.box.com
+[3]: page
[4]: https://support.box.com/hc/en-us/articles/360043697274-Managing-developer-sandboxes-for-Box-admins#:~:text=in%20a%20sandbox.-,Synchronizing,-sandbox%20with%20production
diff --git a/content/guides/users/deprovision/transfer-folders.md b/content/guides/users/deprovision/transfer-folders.md
index 7b78ad3d4..90a5d8dfd 100644
--- a/content/guides/users/deprovision/transfer-folders.md
+++ b/content/guides/users/deprovision/transfer-folders.md
@@ -84,7 +84,7 @@ file or folder ID being transferred, using the
[get collaboration endpoint](e://get_collaborations_id). Capture the
collaboration ID.
-
+
### Remove Transfer From User as Owner
@@ -95,7 +95,7 @@ file or folder, which is accomplished using the
Making call as the `transfer_to_user` account, remove the `transfer_from_user`
as a collaborator on the file or folder.
-
+
The file or folder is now owned by the `transfer_to_user` account, and the
`transfer_from_user` account no longer has access.
diff --git a/content/pages/platform/tools.md b/content/pages/platform/tools.md
index 974054f4e..c39ee5596 100644
--- a/content/pages/platform/tools.md
+++ b/content/pages/platform/tools.md
@@ -56,10 +56,10 @@ the YouTube video below.
[samples]: g://cli/scripts
-[sdk]: page://sdks-and-tools
+[sdk]: p://sdks-and-tools
[file]: e://get-files-id
[tooling]: g://tooling
-[sample_code]: https://developer.box.com/sample-code/
+[sample_code]: pages/sample-code
[postman]: https://www.postman.com/boxdev