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

Skip to content

Commit 50ad8a4

Browse files
author
james
committed
update link in vue.qll
1 parent f5e419e commit 50ad8a4

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)