From 6121e2954d348541f934e8a0d7322015f7c82a16 Mon Sep 17 00:00:00 2001 From: Asif Mehedi Date: Thu, 14 Mar 2019 12:16:56 -0400 Subject: [PATCH 1/2] Fix broken link --- packages/docs/docs/miscellaneous/design-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/miscellaneous/design-concepts.md b/packages/docs/docs/miscellaneous/design-concepts.md index 3e2588cb32..1c44057a9d 100644 --- a/packages/docs/docs/miscellaneous/design-concepts.md +++ b/packages/docs/docs/miscellaneous/design-concepts.md @@ -16,7 +16,7 @@ VuePress 1.0 has been rewritten extensively, and the most important one is the i ### Decoupling -With plugins, we can implement many of the core functions with plugins, and you can see many built-in plugins [here](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/core/lib/internal-plugins) that cover many of the core functions of VuePress, which used to blend in all parts of the code base, but now they're clear at a glance. +With plugins, we can implement many of the core functions with plugins, and you can see many built-in plugins [here](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/) that cover many of the core functions of VuePress, which used to blend in all parts of the code base, but now they're clear at a glance. ### Configuration management From 253160465f1516ce2e0302c2b328c3538b131aec Mon Sep 17 00:00:00 2001 From: Asif Mehedi Date: Thu, 14 Mar 2019 16:10:42 -0400 Subject: [PATCH 2/2] Update last commit about correct link --- packages/docs/docs/miscellaneous/design-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/miscellaneous/design-concepts.md b/packages/docs/docs/miscellaneous/design-concepts.md index 1c44057a9d..b79de5ff82 100644 --- a/packages/docs/docs/miscellaneous/design-concepts.md +++ b/packages/docs/docs/miscellaneous/design-concepts.md @@ -16,7 +16,7 @@ VuePress 1.0 has been rewritten extensively, and the most important one is the i ### Decoupling -With plugins, we can implement many of the core functions with plugins, and you can see many built-in plugins [here](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/) that cover many of the core functions of VuePress, which used to blend in all parts of the code base, but now they're clear at a glance. +With plugins, we can implement many of the core functions with plugins, and you can see many built-in plugins [here](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/core/lib/node/internal-plugins) that cover many of the core functions of VuePress, which used to blend in all parts of the code base, but now they're clear at a glance. ### Configuration management