mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Fix hasLocationInfo URL reference
Follow up to https://github.com/github/codeql/pull/5830
This commit is contained in:
@@ -194,7 +194,7 @@ class BasicBlock extends ControlFlowNodeBase {
|
||||
* The location spans column `startcolumn` of line `startline` to
|
||||
* column `endcolumn` of line `endline` in file `filepath`.
|
||||
* For more information, see
|
||||
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||
* [Locations](https://codeql.github.com/docs/writing-codeql-queries/providing-locations-in-codeql-queries/).
|
||||
*
|
||||
* Yields no result if this basic block spans multiple source files.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user