]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix downloads link on homepage
authorMark Otto <markdotto@gmail.com>
Mon, 10 Aug 2015 04:19:25 +0000 (21:19 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 10 Aug 2015 04:19:25 +0000 (21:19 -0700)
docs/index.html

index 53280f91a4ab90aa1eb46427be6270563d97eea8..989e9ad77e35b86e4ed13e16e5687d399e3370ba 100644 (file)
@@ -9,7 +9,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
     <span class="bd-booticon outline">B</span>
     <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p>
     <p class="lead">
-      <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
+      <a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a>
     </p>
     <p class="version">Currently v{{ site.current_version }}</p>
     {% include ads.html %}