diff options
| author | Ayachii <[email protected]> | 2017-05-25 00:50:22 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-24 21:50:22 -0700 |
| commit | 5fa262adeceacb0bfc0a1d17d1ea9d061e3971f8 (patch) | |
| tree | ff143cb1d7784495b7257cf836da3ea60747d352 | |
| parent | f5527c65f1b3f77b726ad0d19a8e4d5da3f82188 (diff) | |
| download | bootstrap-5fa262adeceacb0bfc0a1d17d1ea9d061e3971f8.tar.xz bootstrap-5fa262adeceacb0bfc0a1d17d1ea9d061e3971f8.zip | |
Fix 22643 - Readme links to vanished file (#22647)
* Fixed dead link to browser list
The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link.
* Updated label to display new file path
Changed the labeling on the updated link to show read as the new updated file path.
| -rw-r--r-- | docs/getting-started/build-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 3482bb617..6c1353052 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -40,7 +40,7 @@ Our [package.json](https://github.com/twbs/bootstrap/blob/master/package.json) i Bootstrap uses [Autoprefixer][autoprefixer] (included in our build process) to automatically add vendor prefixes to some CSS properties at build time. Doing so saves us time and code by allowing us to write key parts of our CSS a single time while eliminating the need for vendor mixins like those found in v3. -We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [`/build/postcss.js`](https://github.com/twbs/bootstrap/blob/v4-dev/build/postcss.js) for details. +We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See [`/build/postcss.config.js`](https://github.com/twbs/bootstrap/blob/v4-dev/build/postcss.config.js) for details. ## Local documentation |
