Skip to content

Commit c309035

Browse files
authored
Broken link fixed
1 parent adef072 commit c309035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python-multivariate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ pip install pandas
4343

4444
### Download sample data
4545

46-
This quickstart uses the `sample_data_5_3000.zip` file that can be downloaded from our [GitHub sample data](https://github.com/Azure-Samples/AnomalyDetector/blob/master/samples-multivariate/multivariate_sample_data/sample_data_5_3000.zip)
46+
This quickstart uses the `sample_data_5_3000.zip` file that can be downloaded from our [GitHub sample data](https://github.com/Azure-Samples/AnomalyDetector/blob/master/sampledata/multivariate/multivariate_sample_data_5_3000.zip)
4747

4848
You can also download the sample data by running:
4949

5050
```cmd
51-
curl "https://github.com/Azure-Samples/AnomalyDetector/blob/master/samples-multivariate/multivariate_sample_data/sample_data_5_3000.zip" --output sample_data_5_3000_.zip
51+
curl "https://github.com/Azure-Samples/AnomalyDetector/blob/master/sampledata/multivariate/multivariate_sample_data_5_3000.zip" --output sample_data_5_3000_.zip
5252
```
5353

5454
### Generate SAS URL
@@ -258,4 +258,4 @@ We also have an [in-depth Jupyter Notebook](https://github.com/Azure-Samples/Ano
258258
If you want to clean up and remove an Anomaly Detector resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it. You also may want to consider [deleting the environment variables](/powershell/module/microsoft.powershell.core/about/about_environment_variables#using-the-environment-provider-and-item-cmdlets) you created if you no longer intend to use them.
259259

260260
* [Portal](../../../cognitive-services-apis-create-account.md#clean-up-resources)
261-
* [Azure CLI](../../../cognitive-services-apis-create-account-cli.md#clean-up-resources)
261+
* [Azure CLI](../../../cognitive-services-apis-create-account-cli.md#clean-up-resources)

0 commit comments

Comments
 (0)