File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sdk/metricsadvisor/azure-ai-metricsadvisor Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ hook = client.create_hook(
454454 name = " email hook" ,
455455 description = " my email hook" ,
456456 emails_to_alert = [" alertme@alertme.com" ],
457- external_link = " https://adwiki.azurewebsites.net/articles/howto/alerts/create-hooks.html "
457+ external_link = " https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts "
458458 )
459459)
460460```
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ async def sample_create_hook_async():
4545 name = "email hook" ,
4646 description = "my email hook" ,
4747 emails_to_alert = ["alertme@alertme.com" ],
48- external_link = "https://adwiki.azurewebsites.net/articles/howto/alerts/create-hooks.html "
48+ external_link = "https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts "
4949 )
5050 )
5151
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def sample_create_hook():
4242 name = "email hook" ,
4343 description = "my email hook" ,
4444 emails_to_alert = ["alertme@alertme.com" ],
45- external_link = "https://adwiki.azurewebsites.net/articles/howto/alerts/create-hooks.html "
45+ external_link = "https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts "
4646 )
4747 )
4848
You can’t perform that action at this time.
0 commit comments