Skip to content

Commit d292b5d

Browse files
committed
fix(exec): Fix README link to API docs
1 parent 967746e commit d292b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-exec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Because of this restriction, and because generators will pretty much always need
5353

5454
### Runtime environment
5555

56-
In order to let the script knows about the various predefined folders involved in the generation process, Yarn will inject a special `execEnv` global variable available to the script. This object's [interface](/api/interfaces/plugin_exec.execenv.html) is defined as such:
56+
In order to let the script knows about the various predefined folders involved in the generation process, Yarn will inject a special `execEnv` global variable available to the script. This object's [interface](https://yarnpkg.com/api/plugin-exec/interface/ExecEnv) is defined as such:
5757

5858
| Property | Type | Description |
5959
| ---------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)