diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a4edbc8d85..9fc37dbed5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -52,4 +52,4 @@ Note that `jest --onlyChanged` isn't always accurate because some tests spawn ch ### Plugin Development -See [dedicated section in docs](https://github.com/vuejs/vue-cli/tree/dev/docs/plugin.md). +See [dedicated section in docs](https://github.com/vuejs/vue-cli/tree/dev/docs/plugin-dev.md). diff --git a/docs/README.md b/docs/README.md index 15ac58631d..e0ab5f4b32 100644 --- a/docs/README.md +++ b/docs/README.md @@ -169,4 +169,4 @@ See [@vue/cli-plugin-typescript](https://github.com/vuejs/vue-cli/tree/dev/packa ## Development - [Contributing Guide](https://github.com/vuejs/vue-cli/blob/dev/.github/CONTRIBUTING.md) -- [Plugin Development Guide](https://github.com/vuejs/vue-cli/blob/dev/docs/plugin.md) +- [Plugin Development Guide](https://github.com/vuejs/vue-cli/blob/dev/docs/plugin-dev.md) diff --git a/docs/Plugin.md b/docs/plugin-dev.md similarity index 100% rename from docs/Plugin.md rename to docs/plugin-dev.md