diff --git a/src/automation/README.md b/src/automation/README.md index 9977d16275e..da6f073ff47 100644 --- a/src/automation/README.md +++ b/src/automation/README.md @@ -31,7 +31,7 @@ az automation runbook create \ --location westus ``` -##### Set runbook content (Download [AzureAutomationTutorial.ps1](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-automation/scripts/AzureAutomationTutorial.ps1) as an example) +##### Set runbook content (Download [AzureAutomationTutorial.ps1](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.automation/101-automation/scripts/AzureAutomationTutorial.ps1) as an example) ``` az automation runbook replace-content \ --resource-group groupName \ @@ -87,4 +87,4 @@ az automation job resume \ --name jobName ``` -If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues. \ No newline at end of file +If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues.