Skip to content

Commit cf892ff

Browse files
committed
Fix broken link to transition from mdn/data section
1 parent 7a0e488 commit cf892ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package contains a consolidated list of CSS features defined across specs,
88

99
Two async methods are exposed: `listAll()` and `index()`. They both resolve with an object that lists CSS features by feature type: `atrules`, `functions`, `properties`, `selectors` and `types`.
1010

11-
The difference between the two functions is that, under each feature type, `listAll()` returns an array of features, whereas `index()` returns an object indexed by feature name to ease direct lookups (and [transition from `mdn/data`](migrating from , see below). Both functions return the same features.
11+
The difference between the two functions is that, under each feature type, `listAll()` returns an array of features, whereas `index()` returns an object indexed by feature name to ease direct lookups (and [transition from `mdn/data`](#transition-from-mdndata). Both functions return the same features.
1212

1313
Example using `listAll()`:
1414

0 commit comments

Comments
 (0)