
phred at apache
Apr 11, 2008, 11:26 PM
Post #1 of 1
(76 views)
Permalink
|
|
svn commit: r647382 - in /perl/modperl/docs/trunk/src/docs/2.0: api/Apache2/Access.pod user/config/config.pod user/porting/porting.pod
|
|
Author: phred Date: Fri Apr 11 23:26:37 2008 New Revision: 647382 URL: http://svn.apache.org/viewvc?rev=647382&view=rev Log: Fix a few broken doc links. Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod?rev=647382&r1=647381&r2=647382&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Access.pod Fri Apr 11 23:26:37 2008 @@ -66,7 +66,7 @@ authorization phases. C<Apache2::Access> extends -C<L<Apache2::RequestRec|docs::2.0::api::Apache2::RequestRec|/Description>>. +C<L<Apache2::RequestRec|docs::2.0::api::Apache2::RequestRec/Description>>. Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?rev=647382&r1=647381&r2=647382&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Fri Apr 11 23:26:37 2008 @@ -1513,7 +1513,7 @@ </IfDefine> From within Perl code this can be tested with -C<L<Apache2::ServerUtil::exists_config_define()|docs::2.0::Apache2::ServerUtil/C_exists_config_define_>>, +C<L<Apache2::ServerUtil::exists_config_define()|docs::2.0::api::Apache2::ServerUtil/C_exists_config_define_>>, for example: use Apache2::ServerUtil (); Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod?rev=647382&r1=647381&r2=647382&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/porting.pod Fri Apr 11 23:26:37 2008 @@ -1265,7 +1265,7 @@ =item * -L<mod_perl 1.0 and 2.0 Constants Coexistence|docs::2.0::user::compat/mod_perl_1_0_and_2_0_Constants_Coexistence> +L<mod_perl 1.0 and 2.0 Constants Coexistence|docs::2.0::user::porting::compat/mod_perl_1_0_and_2_0_Constants_Coexistence> =back --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|