Skip to content

Commit

Permalink
fix misleading url (#19044)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Jun 2, 2021
1 parent c7b6d79 commit 11dc9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def sample_create_hook_async():
name="email hook",
description="my email hook",
emails_to_alert=["[email protected]"],
external_link="https://example.com/alertHandler" # the external link to handle the alerts
external_link="https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def sample_create_hook():
name="email hook",
description="my email hook",
emails_to_alert=["[email protected]"],
external_link="https://example.com/alertHandler" # the external link to handle the alerts
external_link="https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/how-tos/alerts"
)
)

Expand Down

0 comments on commit 11dc9ea

Please sign in to comment.