diff options
| author | XhmikosR <[email protected]> | 2017-11-01 00:03:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-01 00:03:22 +0200 |
| commit | 3f575d9784188b955ac2bcf86e343a17f9966483 (patch) | |
| tree | 75f111dcee5c3f188736724ce4265868687b3821 /_includes | |
| parent | f9188de4afe0251573c6b12b2012f34a268fa1fe (diff) | |
| download | bootstrap-3f575d9784188b955ac2bcf86e343a17f9966483.tar.xz bootstrap-3f575d9784188b955ac2bcf86e343a17f9966483.zip | |
Fix broken footer link after the about page revamp. (#24612)
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index bb6d59e94..8e16577c1 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 }}/docs/{{ site.docs_version }}/examples/">Examples</a></li> - <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/history/">About</a></li> + <li><a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/about/overview/">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 href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</p> |
