Skip to content

Commit df8fe7b

Browse files
committed
link fix
1 parent 8f6d861 commit df8fe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/immediate-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The question mark (?) is an alias for `Debug.Print`, so this command can also be
4141
Both versions of this command return the value of the variable `varA`.
4242

4343
> [!TIP]
44-
> To issue a Visual Studio command in the **Immediate** window, you must preface the command with a greater than sign (>). To enter multiple commands, switch to the [Command window](command-window.md).
44+
> To issue a Visual Studio command in the **Immediate** window, you must preface the command with a greater than sign (>). To enter multiple commands, switch to the [Command window](../ide/reference/command-window.md).
4545
4646
## Design-time expression evaluation
4747

0 commit comments

Comments
 (0)