nightmorph 07/03/24 11:21:36 Modified: apache-troubleshooting.xml apache-upgrading.xml Log: fixed apache 2.0 docs URL in all translations, no revbump. thanks to kloeri for reporting on IRC
Revision Changes Path 1.3 xml/htdocs/doc/en/apache-troubleshooting.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?r1=1.2&r2=1.3 Index: apache-troubleshooting.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache-troubleshooting.xml 24 Oct 2005 15:14:43 -0000 1.2 +++ apache-troubleshooting.xml 24 Mar 2007 11:21:36 -0000 1.3 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.2 2005/10/24 15:14:43 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.3 2007/03/24 11:21:36 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/apache-troubleshooting.xml" lang="en"> @@ -259,7 +259,7 @@ <p> Documentation for all of the built-in modules can be found in the <uri -link="http://httpd.apache.org/docs-2.0/">Apache 2.0 documentation</uri>. +link="http://httpd.apache.org/docs/2.0/">Apache 2.0 documentation</uri>. </p> </body> 1.6 xml/htdocs/doc/en/apache-upgrading.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?r1=1.5&r2=1.6 Index: apache-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apache-upgrading.xml 12 Apr 2006 17:47:04 -0000 1.5 +++ apache-upgrading.xml 24 Mar 2007 11:21:36 -0000 1.6 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.5 2006/04/12 17:47:04 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.6 2007/03/24 11:21:36 nightmorph Exp $ --> <guide link="/doc/en/apache-upgrading.xml" lang="en"> <title>Upgrading Apache</title> @@ -233,7 +233,7 @@ <ti>apache-2*</ti> <ti> Builds the <uri - link="http://httpd.apache.org/docs-2.0/mod/leader.html">leader</uri> + link="http://httpd.apache.org/docs/2.0/mod/leader.html">leader</uri> MPM</ti> </tr> <tr> @@ -253,7 +253,7 @@ <ti>apache-2*</ti> <ti> Builds the <uri - link="http://httpd.apache.org/docs-2.0/mod/prefork.html">prefork</uri> + link="http://httpd.apache.org/docs/2.0/mod/prefork.html">prefork</uri> MPM</ti> </tr> <tr> @@ -261,7 +261,7 @@ <ti>apache-2*</ti> <ti> Builds the <uri - link="http://httpd.apache.org/docs-2.0/mod/threadpool.html">threadpool</uri> + link="http://httpd.apache.org/docs/2.0/mod/threadpool.html">threadpool</uri> MPM</ti> </tr> <tr> @@ -269,7 +269,7 @@ <ti>apache-2*</ti> <ti> Builds the <uri - link="http://httpd.apache.org/docs-2.0/mod/worker.html">worker</uri> + link="http://httpd.apache.org/docs/2.0/mod/worker.html">worker</uri> MPM</ti> </tr> <tr> -- [email protected] mailing list
