Skip to content

Commit b3257a9

Browse files
asifmshigma
authored andcommitted
docs: fix a broken link (#1448)
1 parent ef82c47 commit b3257a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/miscellaneous/design-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VuePress 1.0 has been rewritten extensively, and the most important one is the i
1616

1717
### Decoupling
1818

19-
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.
19+
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.
2020

2121
### Configuration management
2222

0 commit comments

Comments
 (0)