diff --git a/expat/doc/reference.html b/expat/doc/reference.html index ff585eff..97846ac3 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -27,7 +27,7 @@ the XML specification.

This is free software, licensed under the MIT/X Consortium license. You may download it from -the expat homepage on Source Forge. +the Expat home page.

The bulk of this document was originally commissioned as an article by diff --git a/expat/doc/xmlwf.sgml b/expat/doc/xmlwf.sgml index 29ba02df..648c9c46 100644 --- a/expat/doc/xmlwf.sgml +++ b/expat/doc/xmlwf.sgml @@ -403,7 +403,7 @@ http://www.xml.com/pub/a/tools/ruwf/check.html -The Expat home page: http://expat.sourceforge.net/ +The Expat home page: http://www.libexpat.org/ The W3 XML specification: http://www.w3.org/TR/REC-xml diff --git a/expat/make-release.sh b/expat/make-release.sh index 3ec043c7..28c1de34 100755 --- a/expat/make-release.sh +++ b/expat/make-release.sh @@ -19,7 +19,7 @@ if test -e $tmpdir; then fi echo "Checking out into temporary area: $tmpdir" -cvs -d :pserver:anonymous@cvs.expat.sourceforge.net:/cvsroot/expat export -r "$1" -d $tmpdir expat || exit 1 +cvs -d :pserver:anonymous@cvs.libexpat.org:/cvsroot/expat export -r "$1" -d $tmpdir expat || exit 1 echo "" echo "----------------------------------------------------------------------" diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index ada3a3c0..6e0b9712 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -12,9 +12,9 @@ AppVerName=expat 1.95.3 AppCopyright=Copyright © 1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers DefaultDirName={sd}\Expat-1.95.3 AppPublisher=The Expat Developers -AppPublisherURL=http://expat.sourceforge.net/ -AppSupportURL=http://expat.sourceforge.net/ -AppUpdatesURL=http://expat.sourceforge.net/ +AppPublisherURL=http://www.libexpat.org/ +AppSupportURL=http://www.libexpat.org/ +AppUpdatesURL=http://www.libexpat.org/ UninstallDisplayName=Expat XML Parser (version 1.95.3) UninstallFilesDir={app}\Uninstall