From 6d04016c747b6e50f6693bff88d5ac47f7fb485e Mon Sep 17 00:00:00 2001 From: Wojciech Socha Date: Tue, 17 Dec 2024 15:45:11 +0100 Subject: [PATCH] Fix typos in internal links --- content/guides/applications/app-types/custom-apps.md | 2 +- content/guides/authentication/sso.md | 4 ++-- content/guides/embed/ui-elements/explorer.md | 6 +++--- content/guides/internal-documentation/markdown/links.md | 2 +- content/pages/platform/appendix/index.md | 4 ++-- content/pages/platform/start-creating.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/guides/applications/app-types/custom-apps.md b/content/guides/applications/app-types/custom-apps.md index 093e3ffd5..431408f7e 100644 --- a/content/guides/applications/app-types/custom-apps.md +++ b/content/guides/applications/app-types/custom-apps.md @@ -68,4 +68,4 @@ Custom Apps may require approval before use. [jwt]: g://authentication/jwt [cc]: g://authentication/client-credentials [uie]: g://embed/ui-elements -[users]: g;//getting-started/user-types/#managed-users/ +[users]: g://getting-started/user-types/#managed-users diff --git a/content/guides/authentication/sso.md b/content/guides/authentication/sso.md index e434b7a36..54c359474 100644 --- a/content/guides/authentication/sso.md +++ b/content/guides/authentication/sso.md @@ -35,7 +35,7 @@ When SSO is enabled but not required, managed users will have the option to either: - log in with a Box username and password -- log in with their SSO provider +- log in with their SSO provider When SSO is enabled and required, Box will force all managed users to log in with their enterprise's configured SSO provider. In this case, any @@ -86,7 +86,7 @@ therefore SSO is not involved. [admin-approval]: g://authorization/custom-app-approval [jwt]: g://authentication/jwt [oauth2]: g://authentication/oauth2 -[ccg]: g:///authentication/client-credentials +[ccg]: g://authentication/client-credentials [la-app]: guide://applications/web-app-integrations [app_token]: g://authentication/app-token [custom_app]: g://applications/app-types/custom-apps diff --git a/content/guides/embed/ui-elements/explorer.md b/content/guides/embed/ui-elements/explorer.md index aa06d7099..9fc94ead2 100644 --- a/content/guides/embed/ui-elements/explorer.md +++ b/content/guides/embed/ui-elements/explorer.md @@ -354,7 +354,7 @@ function App() { // Example: enterprise_123456789.metadatatemplate const metadataSource = `enterprise_${EID}.${templateName}`; const metadataSourceFieldName = `metadata.${metadataSource}`; - + const metadataQuery = { from: metadataSource, @@ -422,11 +422,11 @@ export default App; [downscope]: guide://authentication/tokens/downscope [scopes]: guide://api-calls/permissions-and-errors/scopes -[box-app]: g:///applications/app-types +[box-app]: g://applications/app-types [token]: g://authentication/tokens/developer-tokens [templates]: g://metadata/templates [metadata-project]: https://github.com/box-community/content-explorer-metadata/tree/main -[creating-templates-api]: g:///metadata/templates/create +[creating-templates-api]: g://metadata/templates/create [creating-templates-ui]: https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates [apply-templates]: https://support.box.com/hc/en-us/articles/360044196173-Using-Metadata [appjs]: https://github.com/box-community/content-explorer-metadata/blob/main/src/App.js diff --git a/content/guides/internal-documentation/markdown/links.md b/content/guides/internal-documentation/markdown/links.md index f32cedb24..a6cf7cfa1 100644 --- a/content/guides/internal-documentation/markdown/links.md +++ b/content/guides/internal-documentation/markdown/links.md @@ -18,5 +18,5 @@ Some linked [text][link_name]. And some more content. And here is some more text. -[link_name]: https;//box.com +[link_name]: https://box.com ``` diff --git a/content/pages/platform/appendix/index.md b/content/pages/platform/appendix/index.md index 9329835bd..41a0b5168 100644 --- a/content/pages/platform/appendix/index.md +++ b/content/pages/platform/appendix/index.md @@ -15,6 +15,6 @@ pinpoint you to a solution if you are having an issue. - [Branding Guidelines][branding]: This page lists out various things to keep in mind if you plan to use the Box brand for your project [arch_patterns]: page://platform/appendix/architecture-patterns -[user_models]: page://platform/appendix//user-models +[user_models]: page://platform/appendix/user-models [common_values]: page://platform/appendix/locating-values -[branding]: page://platform/appendix/branding-guidelines/ \ No newline at end of file +[branding]: page://platform/appendix/branding-guidelines \ No newline at end of file diff --git a/content/pages/platform/start-creating.md b/content/pages/platform/start-creating.md index ee60a86b3..3ef334347 100644 --- a/content/pages/platform/start-creating.md +++ b/content/pages/platform/start-creating.md @@ -23,6 +23,6 @@ the following: [devconsole]: https://cloud.app.box.com/developers/console [arch_patterns]: page://platform/appendix/architecture-patterns -[user_models]: page://platform/appendix//user-models +[user_models]: page://platform/appendix/user-models [common_values]: page://platform/appendix/locating-values [errors]: g://api-calls/permissions-and-errors/common-errors \ No newline at end of file