aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorPeter Gerdes <[email protected]>2017-05-01 23:23:38 +0300
committerMark Otto <[email protected]>2017-05-01 18:34:17 -0500
commite00de46540818fa11feb6d1f0e8b0089ba56f082 (patch)
tree5fec65ce2cea4c36b44da403981aa9a486a9ab40 /docs/getting-started
parentdbe8e554bb0df9175c31c68efa05f89ef26461fc (diff)
downloadbootstrap-e00de46540818fa11feb6d1f0e8b0089ba56f082.tar.xz
bootstrap-e00de46540818fa11feb6d1f0e8b0089ba56f082.zip
Link to package.json Fixed
The link to package.json in the v4 docs was linking to package.json in the v3 source. Fixed to point to the correct v4 location. A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site).
Diffstat (limited to 'docs/getting-started')
-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 8c5b635b3..3482bb617 100644
--- a/docs/getting-started/build-tools.md
+++ b/docs/getting-started/build-tools.md
@@ -5,7 +5,7 @@ description: Details on how to use Bootstrap's included build tools to compile s
group: getting-started
---
-Bootstrap uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json](https://github.com/twbs/bootstrap/blob/master/package.json) includes convenient methods for working with the framework, including compiling code, running tests, and more.
+Bootstrap uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json](https://github.com/twbs/bootstrap/blob/v4-dev/package.json) includes convenient methods for working with the framework, including compiling code, running tests, and more.
## Contents