switch to HTTPS
PR: 222676
This commit is contained in:
parent
066c47a505
commit
032bcd2bf6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50959
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ ${DOC}.parsed.xml: ${SRCS} ${XML_INCLUDES}
|
|||
.else
|
||||
${MV} ${.TARGET}.tmp ${.TARGET}
|
||||
.endif
|
||||
${SED} 's|@@URL_RELPREFIX@@|http://www.FreeBSD.org|g' < ${.TARGET} > ${DOC}.parsed.print.xml
|
||||
${SED} 's|@@URL_RELPREFIX@@|https://www.FreeBSD.org|g' < ${.TARGET} > ${DOC}.parsed.print.xml
|
||||
${SED} -i '' -e 's|@@URL_RELPREFIX@@|../../../..|g' ${.TARGET}
|
||||
|
||||
# translation -------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue