Skip to content

Commit 44facc1

Browse files
authored
Merge pull request #78218 from mramendi/OSDOCS-11122
OSDOCS 11122 modify base URL to use docs.redhat
2 parents 22a702f + 04f2717 commit 44facc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_for_portal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
list_of_errors = []
2727
CLONE_DIR = "."
28-
BASE_PORTAL_URL = "https://access.redhat.com/documentation/en-us/"
28+
BASE_PORTAL_URL = "https://docs.redhat.com/en/documentation/"
2929
# ID_RE = re.compile("^\[(?:\[|id=\'|#)(.*?)(\'?,.*?)?(?:\]|\')?\]", re.M | re.DOTALL)
3030
ID_RE = re.compile(
3131
"^\[(?:\[|id='|#|id=\")(.*?)('?,.*?)?(?:\]|'|\")?\]", re.M | re.DOTALL

0 commit comments

Comments
 (0)