Skip to content

Commit 7634c1c

Browse files
alan-agius4alxhub
authored andcommitted
docs: fix links to browserlist (angular#26531)
PR Close angular#26531
1 parent 95914a0 commit 7634c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aio/content/guide/build.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Each budget entry is a JSON object with the following properties:
268268
The CLI uses [Autoprefixer](https://github.com/postcss/autoprefixer) to ensure compatibility with different browser and browser versions.
269269
You may find it necessary to target specific browsers or exclude certain browser versions from your build.
270270

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

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

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

292292
<div class="alert is-helpful">
293293
Backward compatibility

0 commit comments

Comments
 (0)