Skip to content

Commit 7b31c37

Browse files
committed
archive.docbook.org
1 parent 0765a41 commit 7b31c37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_docs/linuxdocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ if [ "$skippackagesoption" != "yes" ]; then
386386
unzip -n -d docbook-xsl docbook-xsl.zip
387387
fi
388388
if [ ! -f docbook-xml.zip ]; then
389-
wget -O docbook-xml.zip http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
389+
wget -O docbook-xml.zip http://archive.docbook.org/xml/4.5/docbook-xml-4.5.zip
390390
fi
391391
if [ ! -d docbook-xml ]; then
392392
unzip -n -d docbook-xml docbook-xml.zip

build_docs/macosdocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ if [ "$skippackagesoption" != "yes" ]; then
456456
unzip -n -d docbook-xsl docbook-xsl.zip
457457
fi
458458
if [ ! -f docbook-xml.zip ]; then
459-
wget -O docbook-xml.zip http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
459+
wget -O docbook-xml.zip http://archive.docbook.org/xml/4.5/docbook-xml-4.5.zip
460460
fi
461461
if [ ! -d docbook-xml ]; then
462462
unzip -n -d docbook-xml docbook-xml.zip

build_docs/windowsdocs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ if ( -Not ${skip-packages} ) {
646646
unzip -n -d docbook-xsl docbook-xsl.zip
647647
}
648648
if ( -Not (Test-Path -Path docbook-xml.zip) ) {
649-
Invoke-WebRequest -O docbook-xml.zip http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
649+
Invoke-WebRequest -O docbook-xml.zip http://archive.docbook.org/xml/4.5/docbook-xml-4.5.zip
650650
}
651651
if ( -Not (Test-Path -Path docbook-xml) ) {
652652
unzip -n -d docbook-xml docbook-xml.zip

0 commit comments

Comments
 (0)