diff options
| author | Mark Otto <[email protected]> | 2013-07-25 13:42:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-25 13:42:51 -0700 |
| commit | d242d536c4562ab0b30afafb3d2f663e2e55e15b (patch) | |
| tree | 8f5e76085f7c6dede1f8d7b417b8c66905a560c1 /_layouts/default.html | |
| parent | bc93a429a8dc981dce39a878c8dd279f250db92d (diff) | |
| parent | 90fb40b7073af222478a99ee1ef93da879cac8b8 (diff) | |
| download | bootstrap-d242d536c4562ab0b30afafb3d2f663e2e55e15b.tar.xz bootstrap-d242d536c4562ab0b30afafb3d2f663e2e55e15b.zip | |
Merge pull request #8603 from cvrebert/twbs
twbs ALL the links
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ede47203a..bf8483638 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -62,9 +62,9 @@ <ul class="footer-links"> <li><a href="http://blog.getbootstrap.com">Blog</a></li> <li class="muted">·</li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> + <li><a href="https://github.com/twbs/bootstrap/issues?state=open">Issues</a></li> <li class="muted">·</li> - <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li> + <li><a href="https://github.com/twbs/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li> </ul> </footer> |
