From 380d15eabe83ff5d3744fea976f2420bd2a395df Mon Sep 17 00:00:00 2001 From: neal1991 Date: Mon, 28 Dec 2020 10:28:50 +0800 Subject: [PATCH 1/2] fix for the dead link, #4885 --- docs/codeql/codeql-cli/query-reference-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/query-reference-files.rst b/docs/codeql/codeql-cli/query-reference-files.rst index 5c629723548..f148405e557 100644 --- a/docs/codeql/codeql-cli/query-reference-files.rst +++ b/docs/codeql/codeql-cli/query-reference-files.rst @@ -44,4 +44,4 @@ to the ``codeql-javascript`` QL pack:: AngularJS/DeadAngularJSEventListener.ql -For another example, see `Testing custom queries `__. +For another example, see `Testing custom queries `__. From 1c0e94984c5a85873bf160b9d5e170b7a2c326f5 Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Tue, 5 Jan 2021 15:50:54 +0000 Subject: [PATCH 2/2] Update docs/codeql/codeql-cli/query-reference-files.rst --- docs/codeql/codeql-cli/query-reference-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/query-reference-files.rst b/docs/codeql/codeql-cli/query-reference-files.rst index f148405e557..f19996aae29 100644 --- a/docs/codeql/codeql-cli/query-reference-files.rst +++ b/docs/codeql/codeql-cli/query-reference-files.rst @@ -44,4 +44,4 @@ to the ``codeql-javascript`` QL pack:: AngularJS/DeadAngularJSEventListener.ql -For another example, see `Testing custom queries `__. +For another example, see :doc:`Testing custom queries `.