diff options
| author | Chris Rebert <[email protected]> | 2015-03-01 14:32:31 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-01 14:32:31 -0800 |
| commit | 08e0f239299b460dc46ff4d86d57efdacf5a9334 (patch) | |
| tree | f81bf18b16ca806ce14e699292f053923a4796ee | |
| parent | a15baba756d0dc3777f636c8fd209f72c1768c92 (diff) | |
| parent | 673cd677981245551bbafe93c5ba3bf2f13b8165 (diff) | |
| download | bootstrap-08e0f239299b460dc46ff4d86d57efdacf5a9334.tar.xz bootstrap-08e0f239299b460dc46ff4d86d57efdacf5a9334.zip | |
Merge pull request #15965 from kkirsche/fixURL
[Docs / README] Fix URL to match the plugin keyword recommendation
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/_includes/getting-started/community.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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> |
