diff --git a/docs/codeql/reusables/codespaces-template-note.rst b/docs/codeql/reusables/codespaces-template-note.rst index 1fee34e9734..e3abb138228 100644 --- a/docs/codeql/reusables/codespaces-template-note.rst +++ b/docs/codeql/reusables/codespaces-template-note.rst @@ -3,6 +3,5 @@ Note You can use the CodeQL template (beta) in `GitHub Codespaces `__ to try out the QL concepts and programming-language-agnostic examples in these tutorials. The template includes a guided introduction to working with QL, and makes it easy to get started. - - When you're ready to run CodeQL queries on actual codebases, you will need to install the CodeQL extension in Visual Studio Code. For instructions, see ":ref:`Setting up CodeQL in Visual Studio Code `." - + + When you're ready to run CodeQL queries on actual codebases, you will need to install the CodeQL extension in Visual Studio Code. For instructions, see `Installing CodeQL for Visual Studio Code `__ in the GitHub documentation. diff --git a/docs/codeql/reusables/setup-to-run-tutorials.rst b/docs/codeql/reusables/setup-to-run-tutorials.rst index de761968d8a..f6ec959eb9e 100644 --- a/docs/codeql/reusables/setup-to-run-tutorials.rst +++ b/docs/codeql/reusables/setup-to-run-tutorials.rst @@ -1 +1 @@ -For information about installing the CodeQL extension for Visual Studio code, see ":ref:`Setting up CodeQL in Visual Studio Code `." +For information about installing the CodeQL extension for Visual Studio code, see `Installing CodeQL for Visual Studio Code `__ in the GitHub documentation.