Skip to content

Commit 53c46ed

Browse files
committed
Address review comments
1 parent cdcb4a9 commit 53c46ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/ql-language-reference/about-the-ql-language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ Further reading
6767
`Academic references <https://codeql.github.com/publications/>`__ also provide an overview of QL and its semantics. Other useful references on database query languages and Datalog:
6868

6969
- `Database theory: Query languages <http://www.lsv.fr/~segoufin/Papers/Mypapers/DB-chapter.pdf>`__
70-
- `Logic Programming and Databases book - Amazon page <https://www.amazon.co.uk/Programming-Databases-Surveys-Computer-Science/dp/3642839541>`__
70+
- `Logic Programming and Databases book <https://doi.org/10.1007/978-3-642-83952-8>`__
7171
- `Foundations of Databases <http://webdam.inria.fr/Alice/>`__
7272
- `Datalog <https://en.wikipedia.org/wiki/Datalog>`__

docs/codeql/ql-language-reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can express certain values directly in QL, such as numbers, booleans, and st
6363
"hello"
6464
"They said, \"Please escape quotation marks!\""
6565
66-
See `String literals <https://codeql.github.com/docs/ql-language-reference/ql-language-specification/#string-literals-string>`
66+
See `String literals <https://codeql.github.com/docs/ql-language-reference/ql-language-specification/#string-literals-string>`__
6767
in the QL language specification for more details.
6868

6969
Note: there is no "date literal" in QL. Instead, to specify a :ref:`date <date>`, you should

0 commit comments

Comments
 (0)