Skip to content

Commit 1850be7

Browse files
sinchangshigma
authored andcommitted
docs: fix a 404 link (#1373)
1 parent cbafe8f commit 1850be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/docs/zh/plugin/official/plugin-active-header-links.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: active-header-links
33
metaTitle: 页面滚动时自动激活侧边栏链接的插件 | VuePress
44
---
55

6-
# [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-active-header-linksd)
6+
# [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-active-header-links)
77

88
> 页面滚动时自动激活侧边栏链接的插件
99
@@ -18,7 +18,7 @@ yarn add -D @vuepress/plugin-active-header-links
1818

1919
```javascript
2020
module.exports = {
21-
plugins: ['@vuepress/active-header-links']
21+
plugins: ['@vuepress/active-header-links']
2222
}
2323
```
2424

0 commit comments

Comments
 (0)