update links to standard library reference pages

This commit is contained in:
james
2020-12-02 17:26:37 +00:00
parent 2484941330
commit 8c4c6501ee
32 changed files with 2265 additions and 1824 deletions

View File

@@ -5,7 +5,7 @@ Functions in Python
You can use syntactic classes from the standard CodeQL library to find Python functions and identify calls to them.
These examples use the standard CodeQL class `Function <https://help.semmle.com/qldoc/python/semmle/python/Function.qll/type.Function$Function.html>`__. For more information, see ":doc:`CodeQL library for Python <codeql-library-for-python>`."
These examples use the standard CodeQL class `Function <https://codeql.github.com/codeql-standard-libraries/python/semmle/python/Function.qll/type.Function$Function.html>`__. For more information, see ":doc:`CodeQL library for Python <codeql-library-for-python>`."
Finding all functions called "get..."
-------------------------------------