Skip to content

Commit 2edccec

Browse files
committed
Do not link to GitHub AE version of documentation
1 parent c28f51f commit 2edccec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/extractor/diagnostics/diagnostics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func EmitNewerGoVersionNeeded() {
170170
func EmitGoFilesFoundButNotProcessed() {
171171
emitDiagnostic("go/autobuilder/go-files-found-but-not-processed",
172172
"Go files were found but not processed",
173-
"[Specify a custom build command](https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language) that includes one or more `go build` commands to build the `.go` files to be analyzed.",
173+
"[Specify a custom build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages) that includes one or more `go build` commands to build the `.go` files to be analyzed.",
174174
severityError, false,
175175
true, true, true,
176176
"", 0, 0, 0, 0,

go/ql/integration-tests/all-platforms/go/diagnostics/go-files-found-not-processed/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"internal": false,
3-
"markdownMessage": "[Specify a custom build command](https://docs.github.com/en/github-ae@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language) that includes one or more `go build` commands to build the `.go` files to be analyzed.",
3+
"markdownMessage": "[Specify a custom build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages) that includes one or more `go build` commands to build the `.go` files to be analyzed.",
44
"severity": "error",
55
"source": {
66
"extractorName": "go",

0 commit comments

Comments
 (0)