absolute learn more

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 20:16:07 -05:00
parent c7678128d1
commit 14837d4c01
+1 -1
View File
@@ -159,7 +159,7 @@ class BaseParser:
@property
def absolute_links(self) -> Set[str]:
"""All found links on page, in absolute form."""
"""All found links on page, in `absolute form <https://www.navegabem.com/absolute-or-relative-links.html>`_."""
def gen():
for link in self.links:
# Parse the link with stdlib.