Skip to content

Commit

Permalink
docs: fix a broken link (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
asifm authored and shigma committed Mar 15, 2019
1 parent ef82c47 commit b3257a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/miscellaneous/design-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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

Expand Down

0 comments on commit b3257a9

Please sign in to comment.