diff --git a/docs/src/userguide/runningcode.md b/docs/src/userguide/runningcode.md index 8c5aa66..33b7712 100644 --- a/docs/src/userguide/runningcode.md +++ b/docs/src/userguide/runningcode.md @@ -1,6 +1,6 @@ # Running Code -The Julia extension provides a number of different ways to run your Julia code. This section describes all these options, except how to run code in the debugger, which is covered in a separate part of the documentation. +The Julia extension provides a number of different ways to run your Julia code. This section describes all these options, except how to run code in the debugger,found here [documentation](https://www.julia-vscode.org/docs/stable/userguide/debugging/). ## Running a Julia file