Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in internal links #663

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/applications/app-types/custom-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions content/guides/authentication/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions content/guides/embed/ui-elements/explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function App() {
// Example: enterprise_123456789.metadatatemplate
const metadataSource = `enterprise_${EID}.${templateName}`;
const metadataSourceFieldName = `metadata.${metadataSource}`;

const metadataQuery = {
from: metadataSource,

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/guides/internal-documentation/markdown/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions content/pages/platform/appendix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
[branding]: page://platform/appendix/branding-guidelines
2 changes: 1 addition & 1 deletion content/pages/platform/start-creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading