diff options
| author | Chris Rebert <[email protected]> | 2015-02-06 11:54:07 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-06 11:54:07 -0800 |
| commit | e7de01eeed2c208ba76eddd677f5b6981359f28a (patch) | |
| tree | 8cb144cb52800606b06990ca82c014bbfd44bf19 /docs/_includes | |
| parent | 27677fab5b704d8c61c4561dd7dd55d54fbcc8f2 (diff) | |
| download | bootstrap-e7de01eeed2c208ba76eddd677f5b6981359f28a.tar.xz bootstrap-e7de01eeed2c208ba76eddd677f5b6981359f28a.zip | |
Update Twitter handle: @twbootstrap => @getbootstrap
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0
CC: @mdo
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/getting-started/community.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/modal.html | 4 | ||||
| -rw-r--r-- | docs/_includes/social-buttons.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/getting-started/community.html b/docs/_includes/getting-started/community.html index 4b209a828..c7e7691af 100644 --- a/docs/_includes/getting-started/community.html +++ b/docs/_includes/getting-started/community.html @@ -8,5 +8,5 @@ <li>For help using Bootstrap, ask on <a href="http://stackoverflow.com/questions/tagged/twitter-bootstrap-3">StackOverflow using the tag <code>twitter-bootstrap-3</code></a>.</li> <li>Find inspiring examples of people building with Bootstrap at the <a href="http://expo.getbootstrap.com">Bootstrap Expo</a>.</li> </ul> - <p>You can also follow <a href="https://twitter.com/twbootstrap">@twbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p> + <p>You can also follow <a href="https://twitter.com/getbootstrap">@getbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p> </div> diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 856312ea8..87f228e99 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -223,7 +223,7 @@ <div class="bs-example"> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@mdo">Open modal for @mdo</button> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@fat">Open modal for @fat</button> - <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@twbootstrap">Open modal for @twbootstrap</button> + <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@getbootstrap">Open modal for @getbootstrap</button> ...more buttons... <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> @@ -256,7 +256,7 @@ {% highlight html %} <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@mdo">Open modal for @mdo</button> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@fat">Open modal for @fat</button> -<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@twbootstrap">Open modal for @twbootstrap</button> +<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal" data-whatever="@getbootstrap">Open modal for @getbootstrap</button> ...more buttons... <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> diff --git a/docs/_includes/social-buttons.html b/docs/_includes/social-buttons.html index 9e0a1505e..37e2ca28a 100644 --- a/docs/_includes/social-buttons.html +++ b/docs/_includes/social-buttons.html @@ -7,10 +7,10 @@ <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></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> + <a href="https://twitter.com/getbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @getbootstrap</a> </li> <li class="tweet-btn"> - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://getbootstrap.com/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Bootstrap">Tweet</a> + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://getbootstrap.com/" data-count="horizontal" data-via="getbootstrap" data-related="mdo:Creator of Bootstrap">Tweet</a> </li> </ul> </div> |
