Skip to content

Commit

Permalink
[Anomaly Detector] Fix links in the samples README (Azure#15042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivangiReja authored Sep 9, 2020
1 parent c22e951 commit 14de71c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ These code samples show common scenario operations with the Anomaly Detector cli
|[Sample2_DetectLastPointAnomaly][sample_detect_last_point_anomaly] |Detecting the anomaly status of the latest data point.|
|[Sample3_DetectChangePoint][sample_detect_change_point] |Detecting change points in the entire time series.|

[sample_detect_entire_series_anomaly]: ./Sample1_DetectEntireSeriesAnomaly.md
[sample_detect_last_point_anomaly]: ./Sample2_DetectLastPointAnomaly.md
[sample_detect_change_point]: ./Sample3_DetectChangePoint.md
<!-- LINKS -->
[sample_detect_entire_series_anomaly]: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample1_DetectEntireSeriesAnomaly.cs
[sample_detect_last_point_anomaly]: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample2_DetectLastPointAnomaly.cs
[sample_detect_change_point]: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample3_DetectChangePoint.cs

0 comments on commit 14de71c

Please sign in to comment.