Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormarcosfreitas <marcosvsfreitas@gmail.com>2018-05-31 19:36:50 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2018-05-31 19:36:50 +0300
commite3084c3842809ca83aaaba7c8f53ea2b0ffabe0a (patch)
tree3d1d469e46af6763adb156a7d1c828aa09b96213 /docs
parente163d18b12f862845e520b6fe789e241f2c66561 (diff)
Changed Node.js download page (#26638)
Link to the more user-friendly Node download page (rather than just the raw directory view)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/getting-started/build-tools.md b/docs/4.1/getting-started/build-tools.md
index 0185b374a4..c26d9bdd0b 100644
--- a/docs/4.1/getting-started/build-tools.md
+++ b/docs/4.1/getting-started/build-tools.md
@@ -12,7 +12,7 @@ Bootstrap uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build
To use our build system and run our documentation locally, you'll need a copy of Bootstrap's source files and Node. Follow these steps and you should be ready to rock:
-1. [Download and install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.
+1. [Download and install Node.js](https://nodejs.org/en/download/), which we use to manage our dependencies.
2. Navigate to the root `/bootstrap` directory and run `npm install` to install our local dependencies listed in [package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json).
3. [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.
- **Windows users:** Read [this guide](https://jekyllrb.com/docs/windows/) to get Jekyll up and running without problems.