Skip to content

Commit 401a46d

Browse files
committed
Update phrasing and link
1 parent 9f75a76 commit 401a46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/reusables/codespaces-template-note.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
Note
44

5-
For a guided introduction to CodeQL, we've created a `CodeQL template <https://github.com/codespaces/new?template_repository=github/codeql-codespaces-template>`__ [Beta] in GitHub Codespaces. You can use this template to test CodeQL concepts. However, if you would like to run CodeQL queries on code, you will need to install the CodeQL extension in Visual Studio Code. For instructions, see ":ref:`Setting up CodeQL in Visual Studio Code <setting-up-codeql-in-visual-studio-code>`."
5+
For a guided introduction to CodeQL, we've created a CodeQL template (beta) in `GitHub Codespaces <https://github.com/codespaces/new?template_repository=github/codeql-codespaces-template>`__. You can use this template to test CodeQL concepts. However, if you would like to run CodeQL queries on code, you will need to install the CodeQL extension in Visual Studio Code. For instructions, see ":ref:`Setting up CodeQL in Visual Studio Code <setting-up-codeql-in-visual-studio-code>`."
66

docs/codeql/writing-codeql-queries/introduction-to-ql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here is an example of a basic query:
2525

2626
.. code-block:: ql
2727
28-
import tutorial
28+
import <language>
2929
3030
select "hello world"
3131

0 commit comments

Comments
 (0)