diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 712b023ce6..ba2bfc52d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,4 +63,4 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso ## License -By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twitter/bootstrap/blob/master/LICENSE +By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twbs/bootstrap/blob/master/LICENSE diff --git a/README.md b/README.md index 34449c3f1b..2eb66151c2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ To get started, check out [http://getbootstrap.com](http://getbootstrap.com)! Three quick start options are available: -* [Download the latest release](https://github.com/twitter/bootstrap/zipball/master). -* Clone the repo: `git clone git://github.com/twitter/bootstrap.git`. +* [Download the latest release](https://github.com/twbs/bootstrap/zipball/master). +* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`. * Install with [Bower](http://bower.io): `bower install bootstrap`. Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. @@ -20,7 +20,7 @@ Read the [Getting Started page](http://getbootstrap.com/getting-started/) for in ## Bugs and feature requests -Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). +Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html index 5cef71a19d..3700ecd14a 100644 --- a/_includes/social-buttons.html +++ b/_includes/social-buttons.html @@ -1,16 +1,16 @@
diff --git a/_layouts/default.html b/_layouts/default.html index ede47203a1..bf84836384 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -62,9 +62,9 @@ diff --git a/composer.json b/composer.json index aa96a05fd6..46c45b880c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ] , "support": { - "issues": "https://github.com/twitter/bootstrap/issues" + "issues": "https://github.com/twbs/bootstrap/issues" } , "license": "Apache-2.0" } diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 9e71b5b474..a368788345 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1,6 +1,6 @@ /* ======================================================================== * Bootstrap: transition.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#transitions + * http://twbs.github.com/bootstrap/javascript.html#transitions * ======================================================================== * Copyright 2013 Twitter, Inc. * @@ -55,7 +55,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: alert.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#alerts + * http://twbs.github.com/bootstrap/javascript.html#alerts * ======================================================================== * Copyright 2013 Twitter, Inc. * @@ -153,7 +153,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: button.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#buttons + * http://twbs.github.com/bootstrap/javascript.html#buttons * ======================================================================== * Copyright 2013 Twitter, Inc. * @@ -260,7 +260,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: carousel.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#carousel + * http://twbs.github.com/bootstrap/javascript.html#carousel * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -473,7 +473,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: collapse.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#collapse + * http://twbs.github.com/bootstrap/javascript.html#collapse * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -641,7 +641,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: dropdown.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#dropdowns + * http://twbs.github.com/bootstrap/javascript.html#dropdowns * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -795,7 +795,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: modal.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#modals + * http://twbs.github.com/bootstrap/javascript.html#modals * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -1036,7 +1036,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: tooltip.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#affix + * http://twbs.github.com/bootstrap/javascript.html#affix * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== * Copyright 2012 Twitter, Inc. @@ -1400,7 +1400,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: popover.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#popovers + * http://twbs.github.com/bootstrap/javascript.html#popovers * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -1513,7 +1513,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: scrollspy.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#scrollspy + * http://twbs.github.com/bootstrap/javascript.html#scrollspy * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -1669,7 +1669,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: tab.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#tabs + * http://twbs.github.com/bootstrap/javascript.html#tabs * ======================================================================== * Copyright 2012 Twitter, Inc. * @@ -1804,7 +1804,7 @@ }(window.jQuery); /* ======================================================================== * Bootstrap: affix.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#affix + * http://twbs.github.com/bootstrap/javascript.html#affix * ======================================================================== * Copyright 2012 Twitter, Inc. * diff --git a/getting-started.html b/getting-started.html index 435865ebf5..506a472b48 100644 --- a/getting-started.html +++ b/getting-started.html @@ -23,11 +23,11 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex