Skip to content

Commit 83d78af

Browse files
authored
docs: url reference for multiples environments in `this-environment-i… (#2016)
resolve #2012 vitejs/vite@f84a5c2 の反映です。
1 parent 3799496 commit 83d78af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes/this-environment-in-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ export function myPlugin(): Plugin {
4040
}
4141
```
4242

43-
より堅牢で長期的な実装のために、プラグインフックは環境名に依存するのではなく、きめ細かい環境オプションを使って[複数の環境](/guide/api-environment.html#accessing-the-current-environment-in-hooks)を扱うべきです。
43+
より堅牢で長期的な実装のために、プラグインフックは環境名に依存するのではなく、きめ細かい環境オプションを使って[複数の環境](/guide/api-environment-plugins.html#accessing-the-current-environment-in-hooks)を扱うべきです。

0 commit comments

Comments
 (0)