aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md6
-rw-r--r--_includes/social-buttons.html6
-rw-r--r--_layouts/default.html4
-rw-r--r--composer.json2
-rw-r--r--dist/js/bootstrap.js24
-rw-r--r--getting-started.html4
-rw-r--r--index.html2
-rw-r--r--javascript.html4
-rw-r--r--js/affix.js2
-rw-r--r--js/alert.js2
-rw-r--r--js/button.js2
-rw-r--r--js/carousel.js2
-rw-r--r--js/collapse.js2
-rw-r--r--js/dropdown.js2
-rw-r--r--js/modal.js2
-rw-r--r--js/popover.js2
-rw-r--r--js/scrollspy.js2
-rw-r--r--js/tab.js2
-rw-r--r--js/tooltip.js2
-rw-r--r--js/transition.js2
-rw-r--r--less/forms.less4
-rw-r--r--less/mixins.less2
-rw-r--r--less/type.less2
-rw-r--r--package.json4
25 files changed, 45 insertions, 45 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 712b023ce..ba2bfc52d 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 34449c3f1..2eb66151c 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 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>
diff --git a/_layouts/default.html b/_layouts/default.html
index ede47203a..bf8483638 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -62,9 +62,9 @@
<ul class="footer-links">
<li><a href="http://blog.getbootstrap.com">Blog</a></li>
<li class="muted">&middot;</li>
- <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
+ <li><a href="https://github.com/twbs/bootstrap/issues?state=open">Issues</a></li>
<li class="muted">&middot;</li>
- <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
+ <li><a href="https://github.com/twbs/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
</ul>
</footer>
diff --git a/composer.json b/composer.json
index aa96a05fd..46c45b880 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 9e71b5b47..a36878834 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 435865ebf..506a472b4 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
<h3 id="download-options">More download options</h3>
<div class="bs-docs-dl-options">
<h4>
- <a href="https://github.com/twitter/bootstrap/zipball/master" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest source code</a>
+ <a href="https://github.com/twbs/bootstrap/zipball/master" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest source code</a>
</h4>
<p>Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.</p>
<h4>
- <a href="https://github.com/twitter/bootstrap/" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
+ <a href="https://github.com/twbs/bootstrap/" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
</h4>
<p>Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.</p>
<h4>
diff --git a/index.html b/index.html
index b798f3013..43a6db631 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@ title: Bootstrap
<ul class="bs-masthead-links">
<li>
- <a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
+ <a href="http://github.com/twbs/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
</li>
<li>
<a href="http://examples.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
diff --git a/javascript.html b/javascript.html
index 23fe67719..5be5ac775 100644
--- a/javascript.html
+++ b/javascript.html
@@ -985,7 +985,7 @@ $('#example').tooltip(options)
<td>selector</td>
<td>string</td>
<td>false</td>
- <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twitter/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td>
+ <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td>
</tr>
<tr>
<td>trigger</td>
@@ -1262,7 +1262,7 @@ $('.nav-tabs').button()
<div class="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>
- <p><a href="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
+ <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
</div>
<h4>$().button('reset')</h4>
diff --git a/js/affix.js b/js/affix.js
index 2400ba217..5cdaa3261 100644
--- a/js/affix.js
+++ b/js/affix.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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/js/alert.js b/js/alert.js
index 6f3d072e9..663029ed8 100644
--- a/js/alert.js
+++ b/js/alert.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/button.js b/js/button.js
index b4d66b68b..539e9fead 100644
--- a/js/button.js
+++ b/js/button.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/carousel.js b/js/carousel.js
index e5a83f094..d4bcb88b7 100644
--- a/js/carousel.js
+++ b/js/carousel.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/collapse.js b/js/collapse.js
index 7bc65b3e2..b841e2b7d 100644
--- a/js/collapse.js
+++ b/js/collapse.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/dropdown.js b/js/dropdown.js
index 5bf051e86..69bbd802c 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/modal.js b/js/modal.js
index 4a89ba7ea..83095e8ff 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/popover.js b/js/popover.js
index 482985b63..130b3652d 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/scrollspy.js b/js/scrollspy.js
index 8d1e72a87..af74da17d 100644
--- a/js/scrollspy.js
+++ b/js/scrollspy.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/tab.js b/js/tab.js
index cacda7d66..e1c155920 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
*
diff --git a/js/tooltip.js b/js/tooltip.js
index faa434030..a954923be 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -1,6 +1,6 @@
/* ========================================================================
* 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.
diff --git a/js/transition.js b/js/transition.js
index c38460c15..8a484b5e9 100644
--- a/js/transition.js
+++ b/js/transition.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.
*
diff --git a/less/forms.less b/less/forms.less
index 5991df9db..54b2a658a 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -133,7 +133,7 @@ select[size] {
height: auto;
}
-// Fix optgroup Firefox bug per https://github.com/twitter/bootstrap/issues/7611
+// Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611
select optgroup {
font-size: inherit;
font-style: inherit;
@@ -149,7 +149,7 @@ input[type="checkbox"]:focus {
// Fix for Chrome number input
// Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button.
-// See https://github.com/twitter/bootstrap/issues/8350 for more.
+// See https://github.com/twbs/bootstrap/issues/8350 for more.
input[type="number"] {
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
diff --git a/less/mixins.less b/less/mixins.less
index a280ca9fd..260129a12 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -139,7 +139,7 @@
}
.skew(@x, @y) {
-webkit-transform: skew(@x, @y);
- -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
+ -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885
transform: skew(@x, @y);
}
.translate3d(@x, @y, @z) {
diff --git a/less/type.less b/less/type.less
index 3d042bdb3..653c78ef4 100644
--- a/less/type.less
+++ b/less/type.less
@@ -164,7 +164,7 @@ dd {
// Abbreviations and acronyms
abbr[title],
-// Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/issues/5257
+// Added data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted @gray-light;
diff --git a/package.json b/package.json
index 8d3f14160..8115cdeb9 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,12 @@
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
, "version": "3.0.0"
, "keywords": ["bootstrap", "css"]
- , "homepage": "http://twitter.github.com/bootstrap/"
+ , "homepage": "http://twbs.github.com/bootstrap/"
, "author": "Twitter Inc."
, "scripts": { "test": "make test" }
, "repository": {
"type": "git"
- , "url": "https://github.com/twitter/bootstrap.git"
+ , "url": "https://github.com/twbs/bootstrap.git"
}
, "licenses": [
{