We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d84a66 commit 7b8abd7Copy full SHA for 7b8abd7
scripts/portal-fetcher/openshift-docs-downloader.py
@@ -762,7 +762,7 @@ async def extract_root_guides(
762
763
for a_tag in soup.find_all("a", href=True):
764
href = a_tag["href"]
765
- # Look for HTML documentation links that aren't API references or external links
+ # Look for HTML documentation links, excluding external links
766
if "/html/" in href and "redhat.com" not in href and "://" not in href:
767
absolute_url = urljoin(url, href)
768
guide_links.add(absolute_url)
0 commit comments