1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #78281 from openshift-cherrypick-robot/cherry-pick-78218-to-enterprise-4.17

[enterprise-4.17] OSDOCS 11122 modify base URL to use docs.redhat
This commit is contained in:
Kathryn Alexander
2024-06-28 15:52:59 -04:00
committed by GitHub

View File

@@ -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