Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorTheodore Dubois <tblodt@icloud.com>2018-05-14 03:53:37 +0300
committerMark Otto <otto@github.com>2018-07-12 09:30:46 +0300
commitdf24f880f4332d6340d35d7d6be8fced9d038eaf (patch)
tree60cdc26c27bf5aa32709b18636d6e105977c27ca /site
parent1c92bac6557cb21e0b0b43263cdf4003f862d8f5 (diff)
Make navbar download the same as homepage download
Diffstat (limited to 'site')
-rw-r--r--site/_includes/docs-navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html
index eb90d9bdaa..cb442bd530 100644
--- a/site/_includes/docs-navbar.html
+++ b/site/_includes/docs-navbar.html
@@ -58,5 +58,5 @@
</li>
</ul>
- <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
+ <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/">Download</a>
</header>