aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-03-01 16:44:13 -0500
committerKevin Kirsche <[email protected]>2015-03-01 16:44:13 -0500
commit673cd677981245551bbafe93c5ba3bf2f13b8165 (patch)
tree2cebf71dd46eb5b79e957ab4c04c2a40922421e3
parent1ba2630ccf460106036129086c98c5bacd7baa98 (diff)
downloadbootstrap-673cd677981245551bbafe93c5ba3bf2f13b8165.tar.xz
bootstrap-673cd677981245551bbafe93c5ba3bf2f13b8165.zip
Fix URL to match the keyword
Fix URL to match the keyword
-rw-r--r--README.md2
-rw-r--r--docs/_includes/getting-started/community.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 977e9252d..5825023b3 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ Keep track of development and community news.
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
-- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/twbs-bootstrap) or similar delivery mechanisms for maximum discoverability.
+- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
diff --git a/docs/_includes/getting-started/community.html b/docs/_includes/getting-started/community.html
index 1ed9529c9..3e626b170 100644
--- a/docs/_includes/getting-started/community.html
+++ b/docs/_includes/getting-started/community.html
@@ -6,7 +6,7 @@
<li>Read and subscribe to <a href="http://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li>
<li>Chat with fellow Bootstrappers using IRC in the <code>irc.freenode.net</code> server, in the <a href="irc://irc.freenode.net/%23bootstrap">##bootstrap channel</a>.</li>
<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>Developers should use the keyword <code>bootstrap</code> on packages which modify or add to the functionality of Bootstrap when distributing through <a href="https://www.npmjs.com/browse/keyword/twbs-bootstrap">npm</a> or similar delivery mechanisms for maximum discoverability.</li>
+ <li>Developers should use the keyword <code>bootstrap</code> on packages which modify or add to the functionality of Bootstrap when distributing through <a href="https://www.npmjs.com/browse/keyword/bootstrap">npm</a> or similar delivery mechanisms for maximum discoverability.</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/getbootstrap">@getbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>