Skip to content

Commit eb709ea

Browse files
ulivzyyx990803
authored andcommitted
docs: fix broken link (#1530)
1 parent c074459 commit eb709ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/browser-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
You will notice a `browserslist` field in `package.json` specifying a range of browsers the project is targeting. This value will be used by [@babel/preset-env][babel-preset-env] and [autoprefixer][autoprefixer] to automatically determine the JavaScript features that need to be transpiled and the CSS vendor prefixes needed.
66

7-
See [here](browserslist) for how to specify browser ranges.
7+
See [here][browserslist] for how to specify browser ranges.
88

99
## Polyfills
1010

0 commit comments

Comments
 (0)