Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5d6d69

Browse files
authored
Merge pull request #953 from jf205/doc-links
Approved by esben-semmle, felicity-semmle
2 parents 2358a9f + 50ad8a4 commit e5d6d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/src/semmle/javascript/frameworks

javascript/ql/src/semmle/javascript/frameworks/Vue.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module Vue {
5353
* The location spans column `startcolumn` of line `startline` to
5454
* column `endcolumn` of line `endline` in file `filepath`.
5555
* For more information, see
56-
* [LGTM locations](https://lgtm.com/help/ql/locations).
56+
* [locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
5757
*/
5858
predicate hasLocationInfo(
5959
string filepath, int startline, int startcolumn, int endline, int endcolumn

0 commit comments

Comments
 (0)