Skip to content

Commit 29bc467

Browse files
authored
[docs] Fixed broken link in vscode doc page (#1237)
## Summary Title says it all ## How was it tested? N/A
1 parent 2111fda commit 29bc467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/ide_configuration/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Note that running `devbox shell` is not necessary if VSCode is reopened in Devbo
3434

3535
## Direnv Extension
3636
___
37-
Direnv is an open source environment management tool that allows setting unique environment variables per directory in your file system. For more details on how to set it and integrate it with Devbox visit [our Direnv setup guide](ide_configuration/direnv/).
37+
Direnv is an open source environment management tool that allows setting unique environment variables per directory in your file system. For more details on how to set it and integrate it with Devbox visit [our Direnv setup guide](../direnv/).
3838

3939
Once Direnv is installed and setup with Devbox, its [VSCode extension](vscode:extension/mkhl.direnv) can also be used to integrate the environment defined in your devbox.json to VSCode. To do that follow the steps below:
4040

4141
1. Install Direnv ([link to guide](https://direnv.net/#basic-installation))
42-
2. Setup Devbox shell with Direnv ([link to guide](ide_configuration/direnv/#setting-up-devbox-shell-and-direnv))
42+
2. Setup Devbox shell with Direnv ([link to guide](../direnv/#setting-up-devbox-shell-and-direnv))
4343
3. Install Direnv's [VSCode extension](vscode:extension/mkhl.direnv)
4444
4. Open your Devbox project in VSCode. Direnv extension should show a prompt notification to reload your environment.
4545
5. Click on reload.

0 commit comments

Comments
 (0)