diff options
| author | Mark Otto <[email protected]> | 2015-08-09 21:19:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-09 21:19:25 -0700 |
| commit | 253bb378e213ec184d66ecfccb5a78a0d5ee08d7 (patch) | |
| tree | 525ac43ae04da714ca48cdd6ecb4df493dc52eff /docs | |
| parent | 7a50a2cbe84e897ad427afdf63e12acbd75f4f8c (diff) | |
| download | bootstrap-253bb378e213ec184d66ecfccb5a78a0d5ee08d7.tar.xz bootstrap-253bb378e213ec184d66ecfccb5a78a0d5ee08d7.zip | |
fix downloads link on homepage
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 53280f91a..989e9ad77 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ title: Bootstrap · 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 %} |
