]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use https://www.npmjs.com (new site). 15822/head
authorvsn4ik <vsn4ik@gmail.com>
Tue, 17 Feb 2015 07:01:58 +0000 (10:01 +0300)
committervsn4ik <vsn4ik@gmail.com>
Tue, 17 Feb 2015 07:01:58 +0000 (10:01 +0300)
README.md
docs/_includes/getting-started/grunt.html

index 700c5d88f8c1b3ba67add77ec371ba8570af9956..a0e2f19bfc3f3aa19efa4787a14294ea121c1585 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Four quick start options are available:
 - [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.2.zip).
 - Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
 - Install with [Bower](http://bower.io): `bower install bootstrap`.
-- Install with [npm](https://www.npmjs.org): `npm install bootstrap`.
+- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
 
 Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
 
index e5d4121eb009c23d77c41c79986aa55784155bc9..a700c2f0390e74d3b9f5e44e294634dae411b1f6 100644 (file)
@@ -4,7 +4,7 @@
   <p class="lead">Bootstrap uses <a href="http://gruntjs.com">Grunt</a> for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more.</p>
 
   <h2 id="grunt-installing">Installing Grunt</h2>
-  <p>To install Grunt, you must <strong>first <a href="http://nodejs.org/download/">download and install node.js</a></strong> (which includes npm). npm stands for <a href="http://npmjs.org/">node packaged modules</a> and is a way to manage development dependencies through node.js.</p>
+  <p>To install Grunt, you must <strong>first <a href="http://nodejs.org/download/">download and install node.js</a></strong> (which includes npm). npm stands for <a href="https://www.npmjs.com/">node packaged modules</a> and is a way to manage development dependencies through node.js.</p>
 
   Then, from the command line:
   <ol>