diff options
| author | Theodore Dubois <[email protected]> | 2018-05-13 17:53:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-11 23:30:46 -0700 |
| commit | df24f880f4332d6340d35d7d6be8fced9d038eaf (patch) | |
| tree | 60cdc26c27bf5aa32709b18636d6e105977c27ca | |
| parent | 1c92bac6557cb21e0b0b43263cdf4003f862d8f5 (diff) | |
| download | bootstrap-df24f880f4332d6340d35d7d6be8fced9d038eaf.tar.xz bootstrap-df24f880f4332d6340d35d7d6be8fced9d038eaf.zip | |
Make navbar download the same as homepage download
| -rw-r--r-- | site/_includes/docs-navbar.html | 2 |
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> |
