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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2019-07-31 23:29:15 +0300
committerMark Otto <markdotto@gmail.com>2019-07-31 23:29:15 +0300
commit3a60887d00720a82734d05e189886319d12cfb0a (patch)
tree2af9224556491140d9091f31f69e1fa516ea892c
parentad3c884cc2ce3044778b03a1ea38f8513ceb9ad7 (diff)
fix navbar link for docs version
-rw-r--r--docs/_includes/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html
index e94e923cd..e76ce8576 100644
--- a/docs/_includes/navbar.html
+++ b/docs/_includes/navbar.html
@@ -53,6 +53,6 @@
</li>
</ul>
- <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/">Download</a>
+ <a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="/docs/{{ site.docs_version }}/getting-started/download/">Download</a>
</div>
</header>