File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/language/learn-ql/ql-etudes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,15 +245,15 @@ Here are some more example QL queries that solve the river crossing puzzle:
245245 #. This query uses a modified ``path `` variable to describe the resulting path in
246246 more detail.
247247
248- ➤ `See solution in the query console <https://lgtm.com/query/766398955877740367 / >`__
248+ ➤ `See solution in the query console <https://lgtm.com/query/374739798559373721 / >`__
249249
250250 #. This query models the man and the cargo items in a different way, using an
251251 `abstract <https://help.semmle.com/QL/ql-handbook/annotations.html#abstract >`__
252252 class and predicate. It also displays the resulting path in a more visual way.
253253
254- ➤ `See solution in the query console <https://lgtm.com/query/4569245314675800407 / >`__
254+ ➤ `See solution in the query console <https://lgtm.com/query/1025323464423811143 / >`__
255255
256256 #. This query introduces `algebraic datatypes <https://help.semmle.com/QL/ql-handbook/types.html#algebraic-datatypes >`__
257257 to model the situation, instead of defining everything as a subclass of ``string ``.
258258
259- ➤ `See solution in the query console <https://lgtm.com/query/7017582538107942633 / >`__
259+ ➤ `See solution in the query console <https://lgtm.com/query/7260748307619718263 / >`__
You can’t perform that action at this time.
0 commit comments