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 /_includes | |
| 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 '_includes')
| -rw-r--r-- | _includes/social-buttons.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html index 5cef71a19..3700ecd14 100644 --- a/_includes/social-buttons.html +++ b/_includes/social-buttons.html @@ -1,16 +1,16 @@ <div class="bs-social"> <ul class="bs-social-buttons"> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> </li> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> </li> <li class="follow-btn"> <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> </li> <li class="tweet-btn"> - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twbs.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> </li> </ul> </div> |
