From aa3ef1eb5623fae67a86353c49a6f091e96eccf2 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Tue, 10 Jun 2025 13:07:56 +0200 Subject: [PATCH] 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. --- packages/css/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css/README.md b/packages/css/README.md index bb1cd098f382..2ad74381d53a 100644 --- a/packages/css/README.md +++ b/packages/css/README.md @@ -2,7 +2,7 @@ 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). -**Important:** If you're migrating from version 6, see the [changelog](CHANGELOG.md) for "How to upgrade" considerations. +**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. # API