Skip to content

Commit f496336

Browse files
committed
Ruby: update lgtm.com query console links
1 parent dc24361 commit f496336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-language-guides/basic-query-for-ruby-code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Running the query
6060

6161
The query will take a few moments to return results. When the query completes, the results are displayed below the project name. The query results are listed in two columns, corresponding to the two expressions in the ``select`` clause of the query. The first column corresponds to the expression ``ifexpr`` and is linked to the location in the source code of the project where ``ifexpr`` occurs. The second column is the alert message.
6262

63-
➤ `Example query results <https://lgtm.com/query/1214010107827821393/>`__
63+
➤ `Example query results <https://lgtm.com/query/4416853782037269427/>`__
6464

6565
.. pull-quote::
6666

@@ -135,7 +135,7 @@ To exclude ``if`` statements that have an ``else`` branch:
135135

136136
There are now fewer results because ``if`` expressions with an ``else`` branch are no longer included.
137137

138-
➤ `See this in the query console <https://lgtm.com/query/6233102733683510530/>`__
138+
➤ `See this in the query console <https://lgtm.com/query/4694253275631320752/>`__
139139

140140
Further reading
141141
---------------

0 commit comments

Comments
 (0)