diff options
| author | Mark Otto <[email protected]> | 2012-08-09 11:25:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-09 11:25:34 -0700 |
| commit | e06c257e6b38d5db0c3eb97724faf21bc534faf6 (patch) | |
| tree | 64dfea57d432989cfef65e81a2ce17e30a0afd98 | |
| parent | f6c7ac51f2761a666c933f584a558f0c24381a3a (diff) | |
| download | bootstrap-e06c257e6b38d5db0c3eb97724faf21bc534faf6.tar.xz bootstrap-e06c257e6b38d5db0c3eb97724faf21bc534faf6.zip | |
fix gh buttons
| -rw-r--r-- | docs/index.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 1b21e1d00..6924f60d7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,10 +86,10 @@ <div class="container"> <ul class="bs-docs-social-buttons"> <li> - <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe> + <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="112px" height="20px"></iframe> </li> <li> - <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe> + <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="98px" 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> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index cf391cfb4..502eb61a1 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -15,10 +15,10 @@ <div class="container"> <ul class="bs-docs-social-buttons"> <li> - <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe> + <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="112px" height="20px"></iframe> </li> <li> - <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe> + <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="98px" 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">{{_i}}Follow @twbootstrap{{/i}}</a> |
