File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,4 +103,4 @@ <h1><a href="/" class="logo"><img src="{{ base_url }}/static/img/svg/logo.svg" w
103103 {% endif %}
104104
105105</ body >
106- </ html >
106+ </ html >
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ $(document).ready(function() {
3939
4040 // insert urls into markdown
4141 $ ( function ( ) {
42- $ ( '#AWS' ) . attr ( 'href' , documentationBaseURL + '/quickstart/provider/aws/boot/' )
43- $ ( '#GKE' ) . attr ( 'href' , documentationBaseURL + '/quickstart/provider/gke/boot/' )
44- $ ( '#Vagrant' ) . attr ( 'href' , documentationBaseURL + '/quickstart/provider/vagrant/boot/' )
42+ $ ( 'a #AWS' ) . attr ( 'href' , documentationBaseURL + '/quickstart/provider/aws/boot/' )
43+ $ ( 'a #GKE' ) . attr ( 'href' , documentationBaseURL + '/quickstart/provider/gke/boot/' )
44+ $ ( 'a #Vagrant' ) . attr ( 'href' , documentationBaseURL + '/quickstart/provider/vagrant/boot/' )
4545 } ) ;
4646
4747} ) ;
@@ -60,4 +60,4 @@ $(document).ready(function() {
6060 "notTop" : "headroom--not-top"
6161 }
6262 } ) . init ( ) ;
63- } ( ) ) ;
63+ } ( ) ) ;
You can’t perform that action at this time.
0 commit comments