aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/build-tools.md
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-11-08 23:36:04 +1100
committerBardi Harborow <[email protected]>2016-11-09 01:14:48 +1100
commitb4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (patch)
tree74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/getting-started/build-tools.md
parente63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff)
downloadbootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.tar.xz
bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.zip
Fix broken and redirected links.
Diffstat (limited to 'docs/getting-started/build-tools.md')
-rw-r--r--docs/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md
index a6d0593fa..e62961663 100644
--- a/docs/getting-started/build-tools.md
+++ b/docs/getting-started/build-tools.md
@@ -11,7 +11,7 @@ Bootstrap uses [Grunt](http://gruntjs.com) for its CSS and JavaScript build syst
To use our Gruntfile and run our documentation locally, you'll need a copy of Bootstrap's source files, Node, and Grunt. Follow these steps and you should be ready to rock:
-1. [Download and install Node](https://nodejs.org/download), which we use to manage our dependencies.
+1. [Download and install Node](https://nodejs.org/download/), which we use to manage our dependencies.
2. Install the Grunt command line tools, `grunt-cli`, with `npm install -g grunt-cli`.
3. Navigate to the root `/bootstrap` directory and run `npm install` to install our local dependencies listed in [package.json](https://github.com/twbs/bootstrap/blob/master/package.json).
4. [Install Ruby][install-ruby], install [Bundler][gembundler] with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins.