From 252fa363c3e31df888fc2107b7d28fb3817fd778 Mon Sep 17 00:00:00 2001 From: Payton Burdette Date: Thu, 7 Jun 2018 23:22:27 -0400 Subject: [PATCH] docs: fixed broken plugin dev link on contributing guide (#1510) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9fc37dbed5..56e1fd9971 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-dev.md). +See [dedicated section in docs](https://github.com/vuejs/vue-cli/blob/dev/docs/dev-guide/plugin-dev.md).