aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Dubois <[email protected]>2018-05-13 17:53:37 -0700
committerMark Otto <[email protected]>2018-07-11 23:30:46 -0700
commitdf24f880f4332d6340d35d7d6be8fced9d038eaf (patch)
tree60cdc26c27bf5aa32709b18636d6e105977c27ca
parent1c92bac6557cb21e0b0b43263cdf4003f862d8f5 (diff)
downloadbootstrap-df24f880f4332d6340d35d7d6be8fced9d038eaf.tar.xz
bootstrap-df24f880f4332d6340d35d7d6be8fced9d038eaf.zip
Make navbar download the same as homepage download
-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 eb90d9bda..cb442bd53 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>