Skip to content

Commit 45d15c8

Browse files
authored
fix broken link (#28)
* Update plugin.md * Update plugin.md
1 parent c090eff commit 45d15c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With the help of [Plugin API](../reference/plugin-api.md), VuePress plugin can p
66

77
VuePress team provides some official plugins.
88

9-
You need to import and use them in your config file via the [plugins](../reference/config.md#plugins) option. For example, use the [@vuepress/plugin-google-analytics](https://ecosystem.vuejs.press/plugins/google-analytics.html) to integrate Google Analytics:
9+
You need to import and use them in your config file via the [plugins](../reference/config.md#plugins) option. For example, use the [@vuepress/plugin-google-analytics](https://ecosystem.vuejs.press/plugins/analytics/google-analytics.html) to integrate Google Analytics:
1010

1111
```ts
1212
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'

docs/zh/guide/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
VuePress 团队提供了一些官方插件。
88

9-
你需要在你的配置文件中通过 [plugins](../reference/config.md#plugins) 配置项来使用它们。举例来说,你可以使用 [@vuepress/plugin-google-analytics](https://ecosystem.vuejs.press/zh/plugins/google-analytics.html) 来使用 Google Analytics :
9+
你需要在你的配置文件中通过 [plugins](../reference/config.md#plugins) 配置项来使用它们。举例来说,你可以使用 [@vuepress/plugin-google-analytics](https://ecosystem.vuejs.press/zh/plugins/analytics/google-analytics.html) 来使用 Google Analytics :
1010

1111
```ts
1212
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'

0 commit comments

Comments
 (0)