Docs: Update links

This commit is contained in:
Shati Patel
2020-04-28 18:13:59 +01:00
parent 7a4b6a62d7
commit a35e3edc67
12 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,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:`Introducing the Python libraries <introduce-libraries-python>`."
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 <introduce-libraries-python>`."
Finding all functions called "get..."
-------------------------------------