aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2015-02-17 10:01:58 +0300
committervsn4ik <[email protected]>2015-02-17 10:01:58 +0300
commit1bb3ef3e0b6e1d3cd4b1422d33b642622e882db9 (patch)
tree99ea9a24874721e04ef84476c45e029d19183ab3 /docs
parent40961659acf84a8b0952f87e9a46462fac7a7e24 (diff)
downloadbootstrap-1bb3ef3e0b6e1d3cd4b1422d33b642622e882db9.tar.xz
bootstrap-1bb3ef3e0b6e1d3cd4b1422d33b642622e882db9.zip
Use https://www.npmjs.com (new site).
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/getting-started/grunt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html
index e5d4121eb..a700c2f03 100644
--- a/docs/_includes/getting-started/grunt.html
+++ b/docs/_includes/getting-started/grunt.html
@@ -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>