summaryrefslogtreecommitdiff
path: root/doc/how_tos/custom_checkers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/how_tos/custom_checkers.rst')
-rw-r--r--doc/how_tos/custom_checkers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/how_tos/custom_checkers.rst b/doc/how_tos/custom_checkers.rst
index eb2287988..4285def49 100644
--- a/doc/how_tos/custom_checkers.rst
+++ b/doc/how_tos/custom_checkers.rst
@@ -170,7 +170,7 @@ We could also construct a more complete example::
For :func:`astroid.extract_node`, you can use ``#@`` at the end of a line to choose which statements will be extracted into nodes.
For more information on :func:`astroid.extract_node`,
-see the `astroid documentation <http://astroid.readthedocs.io/en/latest/>`_.
+see the `astroid documentation <https://astroid.readthedocs.io/en/latest/>`_.
Now we know how to use the astroid node, we can implement our check.