Skip to content

Commit d9c2b3f

Browse files
committed
corrected links
1 parent c213da3 commit d9c2b3f

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

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

Lines changed: 2 additions & 2 deletions
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": "g://api-calls/permissions-and-errors/common-errors",
84+
"help_url": "https://developer.box.com/api-calls/permissions-and-errors/common-errors",
8585
"message": "Request rate limit exceeded, please try again later",
8686
"request_id": "abcdef123456"
8787
}
@@ -95,5 +95,5 @@ Please see the [Client Error resource](resource://client_error) for more details
9595
exponential back-off strategy for retrying API calls.
9696
</Message>
9797

98-
[search]: e://get_search
98+
[search]: e://get-search
9999
[pricing]: https://www.box.com/pricing

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

Lines changed: 3 additions & 3 deletions
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": "g://api-calls/permissions-and-errors/common-errors",
164+
"help_url": "https://developer.box.com/api-calls/permissions-and-errors/common-errors",
165165
"message": "Method Not Allowed",
166166
"request_id": "abcdef123456"
167167
}
@@ -187,7 +187,7 @@ number.
187187
In these cases these numbers are returned in [IEEE754][numbers] format for
188188
example `1.2318237429383e+31`.
189189

190-
[post-oauth2-token]: endpoint://post-oauth2-token
191-
[post-files-content]: endpoint://post-files-content
190+
[post-oauth2-token]: e://post-oauth2-token
191+
[post-files-content]: e://post-files-content
192192
[numbers]: https://en.wikipedia.org/wiki/IEEE_754
193193
[rfc3339]: https://www.ietf.org/rfc/rfc3339.txt

content/guides/getting-started/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ If you have any questions, checkout our [forum][forum-link].
4141

4242
[learn]: page://platform
4343
<!-- i18n-enable localize-links -->
44-
[box-platform-101]: page://platform/box-platform-101
45-
[use-case]: page://platform/use-cases
46-
[user-types]: page://platform/user-types
47-
[application-types]: page://platform/application-types
48-
[authentication]: page://platform/authentication-methods
49-
[support]: page://platform/support
50-
[tooling]: page://platform/tools
44+
[box-platform-101]: pages/platform/box-platform-101
45+
[use-case]: pages/platform/use-cases
46+
[user-types]: pages/platform/user-types
47+
[application-types]: pages/platform/application-types
48+
[authentication]: pages/platform/authentication-methods
49+
[support]: pages/platform/support
50+
[tooling]: pages/platform/tools
5151
[box-app]: g://getting-started/first-application
52-
[endpoints]: page://reference
53-
[cv]: page://platform/appendix/locating-values
52+
[endpoints]: page/api-reference
53+
[cv]: pages/platform/appendix/locating-values
5454
[publish-app]: g://getting-started/publish-app
5555
<!-- i18n-disable localize-links -->
5656
[forum-link]: https://forum.box.com

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]: /
40+
[3]: page
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ the YouTube video below.
5656
</Next>
5757

5858
[samples]: g://cli/scripts
59-
[sdk]: page://sdks-and-tools
59+
[sdk]: p://sdks-and-tools
6060
[file]: e://get-files-id
6161
[tooling]: g://tooling
6262
<!-- i18n-enable localize-links -->
63-
[sample_code]: p://sample-code/
63+
[sample_code]: pages/sample-code
6464
[postman]: https://www.postman.com/boxdev
6565
<!-- i18n-disable localize-links -->

0 commit comments

Comments
 (0)