Skip to content

Commit

Permalink
docs: fix a 404 link (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang authored and shigma committed Feb 28, 2019
1 parent cbafe8f commit 1850be7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: active-header-links
metaTitle: 页面滚动时自动激活侧边栏链接的插件 | VuePress
---

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

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

```javascript
module.exports = {
plugins: ['@vuepress/active-header-links']
plugins: ['@vuepress/active-header-links']
}
```

Expand Down

0 comments on commit 1850be7

Please sign in to comment.