diff options
| author | Mark Otto <[email protected]> | 2012-08-09 14:00:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-09 14:00:24 -0700 |
| commit | 5df1e2c00a295c45db7fa75dba333dc9464b128c (patch) | |
| tree | a9e5d92f7cc445550f495a6dfa1119cec78e583e /docs/index.html | |
| parent | 857b8fb8be81178d14f59c126c1381b09aff7c0f (diff) | |
| download | bootstrap-5df1e2c00a295c45db7fa75dba333dc9464b128c.tar.xz bootstrap-5df1e2c00a295c45db7fa75dba333dc9464b128c.zip | |
hotfix: github buttons urls
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 60a784160..7f46ae487 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,10 +98,10 @@ </ul> <ul class="quick-links"> <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> |
