From 135dc7084a7f5dc6ce6e2429310805e6daec53c6 Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:05:20 +0100 Subject: [PATCH] Remove rogue semmle link (#3549) --- extensions/ql-vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index f53c7c2ac..5f7578c8a 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -492,7 +492,7 @@ No user facing changes. - Allow setting `codeQL.runningQueries.numberOfThreads` and `codeQL.runningTests.numberOfThreads` to 0, (which is interpreted as 'use one thread per core on the machine'). - Clear the problems view of all CodeQL query results when a database is removed. - Add a `View DIL` command on query history items. This opens a text editor containing the Datalog Intermediary Language representation of the compiled query. -- Remove feature flag for the AST Viewer. For more information on how to use the AST Viewer, [see the documentation](https://help.semmle.com/codeql/codeql-for-vscode/procedures/exploring-the-structure-of-your-source-code.html). +- Remove feature flag for the AST Viewer. For more information on how to use the AST Viewer, [see the documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/exploring-the-structure-of-your-source-code/). - The `codeQL.runningTests.numberOfThreads` setting is now used correctly when running tests. - Alter structure of the _Test Explorer_ tree. It now follows the structure of the filesystem instead of the qlpacks. - Ensure output of CodeQL test runs includes compilation error messages and test failure messages.