diff options
| author | Mark Otto <[email protected]> | 2017-11-25 18:32:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-25 18:32:45 -0800 |
| commit | 3073a4e9b6649358ed15aa4618337c0c4812495a (patch) | |
| tree | 3bed5ba16a017c7b3279e8bf15ce6647a204a1e6 /docs/_includes | |
| parent | 53f31b3eddf922ab5194ec3b8416c2a2af59414f (diff) | |
| parent | 2c2ac3356425e192f7537227508c809a14aa5850 (diff) | |
| download | bootstrap-3073a4e9b6649358ed15aa4618337c0c4812495a.tar.xz bootstrap-3073a4e9b6649358ed15aa4618337c0c4812495a.zip | |
Merge branch 'master' into v3.4.0-dev
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3b4a026de..6acc4a9f1 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="{{ site.baseurl }}/getting-started/#examples">Examples</a></li> - <li><a href="{{ site.baseurl }}/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> |
