Skip to content

Commit 976190e

Browse files
authored
Merge pull request #6764 from shati-patel/slides-links
Docs: Fix a few links in the training slides
2 parents d5e17f9 + 31c3487 commit 976190e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/codeql/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The CodeQL documentation in this repository is written in reStructuredText and c
88
HTML using Sphinx.
99

1010
For more information on writing in reStructuredText,
11-
see http://docutils.sourceforge.net/rst.html.
11+
see https://docutils.sourceforge.io/rst.html.
1212

1313
For more information on Sphinx, see https://www.sphinx-doc.org.
1414

@@ -99,7 +99,7 @@ generates html slide shows in the ``<slides-output>`` directory when run from
9999
the ``ql-training`` source directory.
100100

101101
For more information about creating slides for QL training and variant analysis
102-
examples, see the `template slide deck <https://github.com/github/codeql/blob/main/docs/language/ql-training/template.rst>`__.
102+
examples, see the `template slide deck <https://github.com/github/codeql/blob/main/docs/codeql/ql-training/template.rst>`__.
103103

104104
Viewing the current version of the CodeQL documentation
105105
*******************************************************

docs/codeql/ql-training/java/apache-struts-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ Model answer, step 4
134134
and sink.getNode() instanceof UnsafeDeserializationSink
135135
select sink.getNode().(UnsafeDeserializationSink).getMethodAccess(), source, sink, "Unsafe deserialization of $@.", source, "user input"
136136
137-
More full-featured version: https://github.com/github/security-lab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2017-9805
137+
More full-featured version: https://github.com/github/securitylab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2017-9805

docs/codeql/ql-training/java/global-data-flow-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Code injection in Apache struts
5454
.. note::
5555

5656
More details on the CVE can be found here: https://securitylab.github.com/research/apache-struts-CVE-2018-11776 and
57-
https://github.com/github/security-lab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2018-11776
57+
https://github.com/github/securitylab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2018-11776
5858

5959
More details on OGNL can be found here: https://commons.apache.org/proper/commons-ognl/
6060

docs/codeql/ql-training/slide-snippets/local-data-flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ So all references will need to be qualified (that is, ``DataFlow::Node``)
112112
A **module** is a way of organizing QL code by grouping together related predicates, classes, and (sub-)modules. They can be either explicitly declared or implicit. A query library implicitly declares a module with the same name as the QLL file.
113113

114114
For further information on libraries and modules in QL, see the chapter on `Modules <https://codeql.github.com/docs/ql-language-reference/modules/>`__ in the QL language reference.
115-
For further information on importing QL libraries and modules, see the chapter on `Name resolution <>`__ in the QL language reference.
115+
For further information on importing QL libraries and modules, see the chapter on `Name resolution <https://codeql.github.com/docs/ql-language-reference/name-resolution/>`__ in the QL language reference.
116116

117117
Data flow graph
118118
===============

docs/codeql/ql-training/template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Specify the language to apply syntax highlighting and the lines of the fragment
159159
Further details
160160
===============
161161

162-
- For more information on writing in reStructuredText, see http://docutils.sourceforge.net/rst.html.
162+
- For more information on writing in reStructuredText, see https://docutils.sourceforge.io/rst.html.
163163

164164
- For more information on Sphinx, see https://www.sphinx-doc.org.
165165

0 commit comments

Comments
 (0)