From b9b3db2a45fe36a236d2a6c1ee85f0ae1003446e Mon Sep 17 00:00:00 2001
From: romainmenke ][postcss]
+
+[
][cli-url]
+[
][git-url]
+
+[PostCSS Plugins] contains tools and plugins for [PostCSS Preset Env].
+
+[PostCSS Preset Env] lets you convert modern CSS into something most browsers
+can understand, determining the polyfills you need based on your targeted
+browsers or runtime environments.
+
+[cli-img]: https://github.com/csstools/postcss-plugins/workflows/test/badge.svg
+[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
+[git-img]: https://img.shields.io/badge/support-chat-blue.svg
+[git-url]: https://gitter.im/postcss/postcss
+
+[PostCSS]: https://github.com/postcss/postcss
+[PostCSS Plugins]: https://github.com/csstools/postcss-plugins
+[PostCSS Preset Env]: https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env
diff --git a/packages/base-cli/README.md b/packages/base-cli/README.md
index a139861db..99ac95918 100644
--- a/packages/base-cli/README.md
+++ b/packages/base-cli/README.md
@@ -18,3 +18,5 @@ cli(
),
);
```
+
+[postcss]: https://github.com/postcss/postcss
diff --git a/plugin-packs/postcss-preset-env/INSTALL.md b/plugin-packs/postcss-preset-env/INSTALL.md
index b0887f80c..075b18200 100644
--- a/plugin-packs/postcss-preset-env/INSTALL.md
+++ b/plugin-packs/postcss-preset-env/INSTALL.md
@@ -186,7 +186,7 @@ module.exports = {
[PostCSS]: https://github.com/postcss/postcss
[PostCSS CLI]: https://github.com/postcss/postcss-cli
[PostCSS Loader]: https://github.com/postcss/postcss-loader
-[PostCSS Preset Env]: https://github.com/csstools/postcss-preset-env
+[PostCSS Preset Env]: https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env
[React App Rewire PostCSS]: https://github.com/csstools/react-app-rewire-postcss
[React App Rewired]: https://github.com/timarney/react-app-rewired
[Rollup Plugin PostCSS]: https://github.com/egoist/rollup-plugin-postcss
diff --git a/plugin-packs/postcss-preset-env/README.md b/plugin-packs/postcss-preset-env/README.md
index 2123cbf61..479c4aef8 100644
--- a/plugin-packs/postcss-preset-env/README.md
+++ b/plugin-packs/postcss-preset-env/README.md
@@ -1,7 +1,7 @@
# PostCSS Preset Env [
][postcss]
[
][npm-url]
-[
][cli-url]
+[
][cli-url]
[
][git-url]
[PostCSS Preset Env] lets you convert modern CSS into something most browsers
@@ -133,7 +133,7 @@ features.
The `features` option enables or disables specific polyfills by ID. Passing
`true` to a specific feature ID will enable its polyfill, while passing `false`
-will disable it. [List of IDs](https://github.com/csstools/postcss-preset-env/blob/master/src/lib/plugins-by-id.js#L36)
+will disable it. [List of IDs](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/src/lib/plugins-by-id.js#L36)
```js
postcssPresetEnv({
@@ -354,8 +354,8 @@ postcssPresetEnv({
});
```
-[cli-img]: https://github.com/postcss/postcss-preset-env/workflows/test/badge.svg
-[cli-url]: https://github.com/postcss/postcss-preset-env/actions/workflows/test.yml?query=workflow/test
+[cli-img]: https://github.com/csstools/postcss-plugins/workflows/test/badge.svg
+[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[git-url]: https://gitter.im/postcss/postcss
[npm-img]: https://img.shields.io/npm/v/postcss-preset-env.svg
@@ -366,7 +366,7 @@ postcssPresetEnv({
[caniuse]: https://caniuse.com/
[cssdb]: https://cssdb.org/
[PostCSS]: https://github.com/postcss/postcss
-[PostCSS Preset Env]: https://github.com/csstools/postcss-preset-env
+[PostCSS Preset Env]: https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env
[readme-style-with-preset-env-img]: https://csstools.github.io/postcss-preset-env/readme-style-with-preset-env.svg
[readme-style-with-preset-env-url]: https://codepen.io/pen?template=OZRovK
[readme-transform-with-preset-env-img]: https://csstools.github.io/postcss-preset-env/readme-transform-with-preset-env.svg
diff --git a/plugins/postcss-env-function/INSTALL.md b/plugins/postcss-env-function/INSTALL.md
index 404ecc2ae..697c8c919 100644
--- a/plugins/postcss-env-function/INSTALL.md
+++ b/plugins/postcss-env-function/INSTALL.md
@@ -157,6 +157,6 @@ grunt.initConfig({
[PostCSS]: https://github.com/postcss/postcss
[PostCSS CLI]: https://github.com/postcss/postcss-cli
[PostCSS Loader]: https://github.com/postcss/postcss-loader
-[PostCSS Environment Variables]: https://github.com/csstools/postcss-env-function
+[PostCSS Environment Variables]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-env-function
[React App Rewire PostCSS]: https://github.com/csstools/react-app-rewire-postcss
[React App Rewired]: https://github.com/timarney/react-app-rewired
diff --git a/plugins/postcss-focus-visible/README.md b/plugins/postcss-focus-visible/README.md
index 60b6c9af3..99571f130 100644
--- a/plugins/postcss-focus-visible/README.md
+++ b/plugins/postcss-focus-visible/README.md
@@ -2,7 +2,7 @@
[
][npm-url]
[
][css-url]
-[
][cli-url]
+[
][cli-url]
[
][git-url]
[PostCSS Focus Visible] lets you use the `:focus-visible` pseudo-class in
From 904bd82715e5ec0216be004fed0002d8cb592eb5 Mon Sep 17 00:00:00 2001
From: romainmenke