From f496336a0d23e2c244b0e569999eefb98bf96b06 Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Wed, 27 Oct 2021 18:08:11 +0200 Subject: [PATCH] Ruby: update lgtm.com query console links --- .../codeql-language-guides/basic-query-for-ruby-code.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codeql/codeql-language-guides/basic-query-for-ruby-code.rst b/docs/codeql/codeql-language-guides/basic-query-for-ruby-code.rst index 7f0e6c79b124..c820bf007dff 100644 --- a/docs/codeql/codeql-language-guides/basic-query-for-ruby-code.rst +++ b/docs/codeql/codeql-language-guides/basic-query-for-ruby-code.rst @@ -60,7 +60,7 @@ Running the query 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. - ➤ `Example query results `__ + ➤ `Example query results `__ .. pull-quote:: @@ -135,7 +135,7 @@ To exclude ``if`` statements that have an ``else`` branch: There are now fewer results because ``if`` expressions with an ``else`` branch are no longer included. -➤ `See this in the query console `__ +➤ `See this in the query console `__ Further reading ---------------