#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 4847c70..06f4ea9 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -1012,7 +1012,7 @@
    Handles a record by passing it to all handlers associated with this logger and
    its ancestors (until a false value of *propagate* is found). This method is used
    for unpickled records received from a socket, as well as those created locally.
-   Logger-level filtering is applied using :meth:`filter`.
+   Logger-level filtering is applied using :meth:`~Logger.filter`.
 
 
 .. method:: Logger.makeRecord(name, lvl, fn, lno, msg, args, exc_info [, func, extra])