diff options
| author | Garth Bjerk <[email protected]> | 2017-08-11 12:43:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-11 13:43:06 +0300 |
| commit | bfd05c3423b8d92721444f002311e7d261ef30a7 (patch) | |
| tree | aaa1e528ac9bd04f109ab320b07b5641975894a5 | |
| parent | 8d84779a7d3ceced8b852dbf48774d506fb7ea74 (diff) | |
| download | bootstrap-bfd05c3423b8d92721444f002311e7d261ef30a7.tar.xz bootstrap-bfd05c3423b8d92721444f002311e7d261ef30a7.zip | |
Fix the broken about link in the footer (#23298)
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | docs/4.0/about/history.md | 4 |
2 files changed, 3 insertions, 3 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> diff --git a/docs/4.0/about/history.md b/docs/4.0/about/history.md index cec23aa0b..cfb0f5ab3 100644 --- a/docs/4.0/about/history.md +++ b/docs/4.0/about/history.md @@ -2,8 +2,8 @@ layout: docs title: History description: A brief overview of the history of Bootstrap. -group: about -redirect_from: "/docs/4.0/about/" +redirect_from: + - /about/ --- Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. |
