aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-17 00:19:47 -0800
committerChris Rebert <[email protected]>2015-02-17 00:19:47 -0800
commit0d7b85ece7d9aa52890517404f55556525dea61d (patch)
tree99ea9a24874721e04ef84476c45e029d19183ab3 /docs/_includes/getting-started
parent40961659acf84a8b0952f87e9a46462fac7a7e24 (diff)
parent1bb3ef3e0b6e1d3cd4b1422d33b642622e882db9 (diff)
downloadbootstrap-0d7b85ece7d9aa52890517404f55556525dea61d.tar.xz
bootstrap-0d7b85ece7d9aa52890517404f55556525dea61d.zip
Merge pull request #15822 from vsn4ik/upd_npmjs_link
Use https://www.npmjs.com (new site).
Diffstat (limited to 'docs/_includes/getting-started')
-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>