Skip to content

Commit aa3ef1e

Browse files
committed
Fix broken link to changelog from CSS package README
I thought a relative link would work, but something somewhere turns that into a link to a root (and non existing) CHANGELOG.md file in the repository on GitHub, probably using the `repository` property in the `package.json` file.
1 parent 9ed632e commit aa3ef1e

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
@@ -2,7 +2,7 @@
22

33
This package contains a consolidated list of CSS features defined across specs, scraped from the latest versions of web platform specifications in [webref](https://github.com/w3c/webref). Fixes are applied to ensure that [guarantees](#guarantees) hold, including the ability to parse syntaxes associated with CSS features with [CSSTree](https://github.com/csstree/csstree).
44

5-
**Important:** If you're migrating from version 6, see the [changelog](CHANGELOG.md) for "How to upgrade" considerations.
5+
**Important:** If you're migrating from version 6, see the [changelog](https://github.com/w3c/webref/blob/main/packages/css/CHANGELOG.md) for "How to upgrade" considerations.
66

77
# API
88

0 commit comments

Comments
 (0)