From 242423bd5a2c9def234118dcb50610385acf57b3 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 8 Feb 2018 17:50:21 -0500 Subject: [PATCH] chore: rename plugin dev file --- .github/CONTRIBUTING.md | 2 +- docs/README.md | 2 +- docs/{Plugin.md => plugin-dev.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{Plugin.md => plugin-dev.md} (100%) 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