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/docs
diff options
context:
space:
mode:
authorHarish Gadiya <harishgadiya@users.noreply.github.com>2017-09-12 20:54:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-09-12 20:54:12 +0300
commitb6fdf61e907688ad5f2a1927f0adc3ab17337971 (patch)
tree854dc4814f9773ad63e4987ff5fe4d8a2185a59b /docs
parent9b7d1406b922300c5d01e99026e4fffc67445185 (diff)
Fixed footer broken links (#23808)
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 6a41c7d090..95aba9ce20 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -6,8 +6,8 @@
<ul class="bs-docs-footer-links">
<li><a href="{{ site.repo }}">GitHub</a></li>
<li><a href="https://twitter.com/getbootstrap">Twitter</a></li>
- <li><a href="../getting-started/#examples">Examples</a></li>
- <li><a href="../about/">About</a></li>
+ <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/#examples">Examples</a></li>
+ <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about">About</a></li>
</ul>
<p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>