Author: gozer Date: Wed Dec 15 14:11:52 2004 New Revision: 112031 URL: http://svn.apache.org/viewcvs?view=rev&rev=112031 Log: Use fully-qualified links for external documentation references.
Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod?view=diff&rev=112031&p1=perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod&r1=112030&p2=perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod&r2=112031 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod Wed Dec 15 14:11:52 2004 @@ -674,8 +674,8 @@ To retrieve the contents of a custom "container" directive, use the C<L<Apache::Directive>> object's methods -C<L<as_hash|Apache::Directive/C_as_hash_>> -or C<L<as_string|Apache::Directive/C_as_string_>> : +C<L<as_hash|docs::2.0::api::Apache::Directive/C_as_hash_>> +or C<L<as_string|docs::2.0::api::Apache::Directive/C_as_string_>> : sub MyParameter { my($self, $parms, $val) = @_; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]