]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Link to package.json Fixed
authorPeter Gerdes <gerdes@invariant.org>
Mon, 1 May 2017 20:23:38 +0000 (23:23 +0300)
committerMark Otto <markd.otto@gmail.com>
Mon, 1 May 2017 23:34:17 +0000 (18:34 -0500)
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).

docs/getting-started/build-tools.md

index 8c5b635b3ea7c2cbe6ba3507ee370d47bc9fb707..3482bb6179d5fcd8e8fba406aa232c623ff90e5c 100644 (file)
@@ -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