Skip to content

Commit 886b258

Browse files
author
Shati Patel
committed
QL etudes: Update linked queries
1 parent 0b0f69f commit 886b258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/language/learn-ql/ql-etudes/river-crossing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/>`__

0 commit comments

Comments
 (0)