Fixed URL in 'DeployToAzure' Badge

This commit is contained in:
João Almeida 2018-05-31 17:24:22 +02:00
Родитель 4e337a09f6
Коммит cc4c5535f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ There are 3 ways to deploy to Azure:
1. Fork this repo (to be able to automatically create github deployment key) 1. Fork this repo (to be able to automatically create github deployment key)
2. Copy the fork url and use it with the following deployment button: 2. Copy the fork url and use it with the following deployment button:
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Ftorosent%2Fibex-dashboard%2Fmaster%2Fscripts%2Fdeployment%2Fwebapp%2Fazuredeploy.json" target="_blank"> <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fibex-dashboard%2Fmaster%2Fscripts%2Fdeployment%2Fwebapp%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/> <img src="http://azuredeploy.net/deploybutton.png"/>
</a> </a>