Skip to content

Commit 8691955

Browse files
committed
bug(azure/quickstart): fix Azure link in the menu
1 parent 84b381c commit 8691955

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)