aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorGarth Bjerk <[email protected]>2017-08-11 12:43:06 +0200
committerXhmikosR <[email protected]>2017-08-11 13:43:06 +0300
commitbfd05c3423b8d92721444f002311e7d261ef30a7 (patch)
treeaaa1e528ac9bd04f109ab320b07b5641975894a5 /_includes
parent8d84779a7d3ceced8b852dbf48774d506fb7ea74 (diff)
downloadbootstrap-bfd05c3423b8d92721444f002311e7d261ef30a7.tar.xz
bootstrap-bfd05c3423b8d92721444f002311e7d261ef30a7.zip
Fix the broken about link in the footer (#23298)
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index c034873fd..8efcab974 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -4,7 +4,7 @@
<li><a href="{{ site.repo }}">GitHub</a></li>
<li><a href="https://twitter.com/getbootstrap">Twitter</a></li>
<li><a href="{{ site.baseurl }}/examples/">Examples</a></li>
- <li><a href="{{ site.baseurl }}/about/history/">About</a></li>
+ <li><a href="{{ site.baseurl }}/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" rel="noopener">@mdo</a> and <a href="https://twitter.com/fat" target="_blank" rel="noopener">@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>
<p>Currently v{{ site.current_version }}. Code licensed <a rel="license noopener" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license noopener" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>