Skip to content

Commit 09e7f5c

Browse files
authored
Merge pull request #697 from slack/azure-quickstart-link
bug(azure/quickstart): fix Azure link in the menu
2 parents 84b381c + 8691955 commit 09e7f5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

themes/deis/static/js/adjustments.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $(document).ready(function() {
4242
$('a#AWS').attr('href', documentationBaseURL + '/quickstart/provider/aws/boot/')
4343
$('a#GKE').attr('href', documentationBaseURL + '/quickstart/provider/gke/boot/')
4444
$('a#Vagrant').attr('href', documentationBaseURL + '/quickstart/provider/vagrant/boot/')
45+
$('a#Azure').attr('href', documentationBaseURL + '/quickstart/provider/azure-acs/boot/')
4546
});
4647

4748
});

0 commit comments

Comments
 (0)