diff --git a/build_for_portal.py b/build_for_portal.py index d4a2f53590..5c1bf38eff 100644 --- a/build_for_portal.py +++ b/build_for_portal.py @@ -25,7 +25,7 @@ cli.init_logging(False, True) has_errors = False CLONE_DIR = "." -BASE_PORTAL_URL = "https://access.redhat.com/documentation/en-us/" +BASE_PORTAL_URL = "https://docs.redhat.com/en/documentation/" # ID_RE = re.compile("^\[(?:\[|id=\'|#)(.*?)(\'?,.*?)?(?:\]|\')?\]", re.M | re.DOTALL) ID_RE = re.compile( "^\[(?:\[|id='|#|id=\")(.*?)('?,.*?)?(?:\]|'|\")?\]", re.M | re.DOTALL