Skip to content

Commit 2cda310

Browse files
committed
fix cli doc link
1 parent d3b9e63 commit 2cda310

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/chaos-studio/chaos-studio-samples-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: ignite-fall-2021, devx-track-azurecli
1414

1515
If you're integrating Azure Chaos Studio into your CI/CD pipelines, or you simply prefer to use direct API calls to interact with your Azure resources, you can use Chaos Studio's REST API. For the full API reference, visit the [Azure Chaos Studio REST API reference](/rest/api/chaosstudio/). This page provides samples for using the REST API effectively, and is not intended as a comprehensive reference.
1616

17-
This article assumes you're using [Azure CLI](/azure-docs-cli/docs-ref-conceptual/install-azure-cli-windows.md) to execute these commands, but you can adapt them to other standard REST clients.
17+
This article assumes you're using [Azure CLI](/cli/azure/install-azure-cli-windows.md) to execute these commands, but you can adapt them to other standard REST clients.
1818

1919

2020
You can use the Chaos Studio REST APIs to:
@@ -141,7 +141,7 @@ az rest --method get --url "https://management.azure.com/{experimentId}/executio
141141
az rest --method post --url "https://management.azure.com/{experimentId}/cancel?api-version={apiVersion}"
142142
```
143143

144-
## Other helpful commands
144+
## Other helpful commands and tips
145145

146146
While these commands don't use the Chaos Studio API specifically, they can be helpful for using Chaos Studio effectively.
147147

0 commit comments

Comments
 (0)