Skip to content

Commit

Permalink
docs: fix links to browserlist (#26531)
Browse files Browse the repository at this point in the history
PR Close #26531
  • Loading branch information
alan-agius4 authored and alxhub committed Oct 18, 2018
1 parent 8d28fe9 commit 4f14a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Each budget entry is a JSON object with the following properties:
The CLI uses [Autoprefixer](https://github.com/postcss/autoprefixer) to ensure compatibility with different browser and browser versions.
You may find it necessary to target specific browsers or exclude certain browser versions from your build.

Internally, Autoprefixer relies on a library called [Browserslist(https://github.com/ai/browserslist)] to figure out which browsers to support with prefixing.
Internally, Autoprefixer relies on a library called [Browserslist](https://github.com/browserslist/browserslist) to figure out which browsers to support with prefixing.
Browserlist looks for configuration options in a `browserlist` property of the package configuration file, or in a configuration file named `.browserslistrc`.
Autoprefixer looks for the Browserlist configuration when it prefixes your CSS.

Expand All @@ -287,7 +287,7 @@ Autoprefixer looks for the Browserlist configuration when it prefixes your CSS.
last 2 versions
```

See the [browserslist repo](https://github.com/ai/browserslist) for more examples of how to target specific browsers and versions.
See the [browserslist repo](https://github.com/browserslist/browserslist) for more examples of how to target specific browsers and versions.

<div class="alert is-helpful">
Backward compatibility
Expand Down

0 comments on commit 4f14a09

Please sign in to comment.