Skip to content

Commit 3adc89c

Browse files
committed
Fix dead links from ods to sandbox rename
1 parent c43c9c1 commit 3adc89c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/cli/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ For complete authentication setup instructions, see the [Authentication Setup Gu
9797
| [Code](/cli/code) deploy/watch | WebDAV credentials |
9898
| [Code](/cli/code) list/activate/delete, [Jobs](/cli/jobs), [Sites](/cli/sites) | OAuth + OCAPI configuration |
9999
| SCAPI commands ([eCDN](/cli/ecdn), [schemas](/cli/scapi-schemas), [custom-apis](/cli/custom-apis)) | OAuth + SCAPI scopes |
100-
| [ODS](/cli/ods), [SLAS](/cli/slas) | OAuth + appropriate roles |
100+
| [Sandbox](/cli/sandbox), [SLAS](/cli/slas) | OAuth + appropriate roles |
101101
| [MRT](/cli/mrt) | API Key |
102102

103103
See [Configuration](/guide/configuration) for setting up credentials via environment variables or config files.

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ These flags are available on all commands that interact with B2C instances:
4444

4545
### Services
4646

47-
- [ODS Commands](./ods) - Create and manage On-Demand Sandboxes (ODS)
47+
- [Sandbox Commands](./sandbox) - Create and manage On-Demand Sandboxes
4848
- [MRT Commands](./mrt) - Manage Managed Runtime (MRT) projects and deployments
4949
- [SLAS Commands](./slas) - Manage Shopper Login and Access Service (SLAS) API clients
5050
- [Custom APIs](./custom-apis) - SCAPI Custom API endpoint status

docs/guide/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The CLI uses different authentication mechanisms depending on the operation:
1717
| [Jobs](/cli/jobs), [Sites](/cli/sites) | OAuth + OCAPI | [API Client](#account-manager-api-client) + [OCAPI](#ocapi-configuration) |
1818
| SCAPI commands ([schemas](/cli/scapi-schemas), [custom-apis](/cli/custom-apis), [eCDN](/cli/ecdn)) | OAuth + SCAPI scopes | [API Client](#account-manager-api-client) + [SCAPI Scopes](#scapi-authentication) |
1919
| [SLAS](/cli/slas) client management | OAuth | [API Client](#account-manager-api-client) with appropriate roles |
20-
| [ODS](/cli/ods) management | OAuth | [API Client](#account-manager-api-client) with `Sandbox API User` role |
20+
| [Sandbox](/cli/sandbox) management | OAuth | [API Client](#account-manager-api-client) with `Sandbox API User` role |
2121
| [MRT](/cli/mrt) commands | MRT API Key | [MRT API Key](#managed-runtime-api-key) |
2222

2323
::: tip

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ features:
3434
- icon: "\U0001F3D6\uFE0F"
3535
title: Sandbox Management
3636
details: Create, manage, and provision On-Demand Sandboxes programmatically.
37-
link: /cli/ods
37+
link: /cli/sandbox
3838
linkText: Learn more
3939
- icon: "\U0001F9E0"
4040
title: Agent Skills

0 commit comments

Comments
 (0)