Skip to content

Commit

Permalink
fix(docs): Fix link to "setting environment variables" (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Jul 31, 2023
1 parent da326b0 commit 2431d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you want to append a folder to your `PATH` environment variable you can do th
> let-env PATH = ($env.PATH | append "some/other/path")
```

For more detailed instructions, see the environment variables documentation [here](https://github.com/nushell/nushell/blob/main/docs/Environment_Variables.md)
For more detailed instructions, see the environment variables documentation [here](/book/environment.html#setting-environment-variables)

### How to list your environment variables

Expand Down

0 comments on commit 2431d80

Please sign in to comment.