aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-25 22:17:42 -0700
committerMark Otto <[email protected]>2013-07-25 22:17:42 -0700
commitb8238b6efba90e85187d49591d84668d800ee54f (patch)
treef0cb57cbd6f6f9438879224dc14829f8df7a8f23 /docs/javascript.html
parentf0de5ad2ac9f62100eb7c756f1ef641882909760 (diff)
parent0822cc54581256e8361599759f4d9bf6070b3313 (diff)
downloadbootstrap-b8238b6efba90e85187d49591d84668d800ee54f.tar.xz
bootstrap-b8238b6efba90e85187d49591d84668d800ee54f.zip
Merge branch 'master' of https://github.com/cvrebert/bootstrap into 2.3.3-wip
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index d7fb8fc54..8e5f6ec0c 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1238,7 +1238,7 @@ $('#my-alert').bind('closed', function () {
<pre class="prettyprint linenums">&lt;button type="button" class="btn" data-loading-text="loading stuff..." &gt;...&lt;/button&gt;</pre>
<div class="alert alert-info">
<strong>Heads up!</strong>
- <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>.
+ <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>.
</div>
<h4>$().button('reset')</h4>
<p>Resets button state - swaps text to original text.</p>
@@ -1751,9 +1751,9 @@ $('.carousel').carousel({
<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>
</div>
</footer>