aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-13 10:37:29 -0700
committerChris Rebert <[email protected]>2014-09-13 10:37:29 -0700
commit060c277c8da03f755396d94c947381f99184eade (patch)
tree4f1aa5a85bae4564fec124f61a98397df590b885 /docs/_includes
parentd0f76e416cda07ad98e5ee6d91d132b580c9d051 (diff)
parent73224f6564313126e84afd3a07ef807db6e4eafc (diff)
downloadbootstrap-060c277c8da03f755396d94c947381f99184eade.tar.xz
bootstrap-060c277c8da03f755396d94c947381f99184eade.zip
Merge pull request #14612 from vsn4ik/update_docs_links
Update github links in footer.
Diffstat (limited to 'docs/_includes')
-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 75fb572e0..933c4d532 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -5,7 +5,7 @@
{% include social-buttons.html %}
<p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
- <p>Maintained by the <a href="https://github.com/twbs?tab=members">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
+ <p>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>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<ul class="bs-docs-footer-links muted">
<li>Currently v{{ site.current_version }}</li>
@@ -22,7 +22,7 @@
<li>&middot;</li>
<li><a href="{{ site.blog }}">Blog</a></li>
<li>&middot;</li>
- <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
+ <li><a href="{{ site.repo }}/issues">Issues</a></li>
<li>&middot;</li>
<li><a href="{{ site.repo }}/releases">Releases</a></li>
</ul>