web-features 3.26.0 → 3.27.0-dev-20260508173837-adce9ae

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/data.json +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Curated list of Web platform features
2
2
 
3
- [web-features](https://web-platform-dx.github.io/web-features/web-features/) is the package that describes Web platform features and provides [Baseline](https://web-platform-dx.github.io/web-features/) status reports.
3
+ [web-features](https://web-platform-dx.github.io/web-features-project/) is the package that describes Web platform features and provides [Baseline](https://web-platform-dx.github.io/baseline/) status reports.
4
4
 
5
5
  Subscribe to the [Upcoming changes](https://github.com/web-platform-dx/web-features/discussions/2613) announcements thread for news about upcoming releases, such as breaking changes or major features.
6
6
 
@@ -29,7 +29,7 @@ import schema from "web-features/data.schema.json" with { type: "json" };
29
29
 
30
30
  ## Rendering Baseline statuses with `web-features`
31
31
 
32
- If you're using `web-features` to render Baseline iconography or browser logos with support markers, then you must follow the [name and logo usage guidelines](https://web-platform-dx.github.io/web-features/name-and-logo-usage-guidelines/).
32
+ If you're using `web-features` to render Baseline iconography or browser logos with support markers, then you must follow the [name and logo usage guidelines](https://web-platform-dx.github.io/name-and-logo-usage-guidelines/).
33
33
 
34
34
  For Baseline iconography, follow this procedure for each feature:
35
35