[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.10-70-g2bfc845

Thomas Sibley trs at bestpractical.com
Fri Mar 1 21:58:00 EST 2013


The branch, 4.0-trunk has been updated
       via  2bfc84570fe4deeea64df704cb59f110fa8fda01 (commit)
      from  d81619c7d39b10a699528307eb7dca16e8a2a229 (commit)

Summary of changes:
 docs/extending/external_custom_fields.pod | 2 +-
 lib/RT/CustomFieldValues/External.pm      | 2 +-
 lib/RT/Shredder.pm                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 2bfc84570fe4deeea64df704cb59f110fa8fda01
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Mar 1 14:35:29 2013 -0800

    Fixup some POD links/file references
    
    L<> shouldn't be used with file paths and F<> should be used for docs/
    references.  Adjusts an internal link within RT::Shredder; only one
    section must be referred to in a link.

diff --git a/docs/extending/external_custom_fields.pod b/docs/extending/external_custom_fields.pod
index c6730ae..f32bda7 100644
--- a/docs/extending/external_custom_fields.pod
+++ b/docs/extending/external_custom_fields.pod
@@ -13,7 +13,7 @@ For each type of data source that you want, you'll need to put a file in
 F</opt/rt4/local/lib/RT/CustomFieldValues/> (or equivalent if you
 installed RT into someplace other than F</opt/rt4>). To get a sense of
 the code that you'll need to write, take a look at the code in
-L</opt/rt4/lib/RT/CustomFieldValues/Groups.pm> for a simple example
+F</opt/rt4/lib/RT/CustomFieldValues/Groups.pm> for a simple example
 which just uses RT's API to pull in a list of RT's groups.
 
 Running C<perldoc /opt/rt4/lib/RT/CustomFieldValues/External.pm> will
diff --git a/lib/RT/CustomFieldValues/External.pm b/lib/RT/CustomFieldValues/External.pm
index f76fd51..e6bf2f8 100644
--- a/lib/RT/CustomFieldValues/External.pm
+++ b/lib/RT/CustomFieldValues/External.pm
@@ -82,7 +82,7 @@ C<sortorder>.
 
 =head1 SEE ALSO
 
-L<docs/extending/external_custom_fields.pod>
+F<docs/extending/external_custom_fields.pod>
 
 =cut
 
diff --git a/lib/RT/Shredder.pm b/lib/RT/Shredder.pm
index 30f0006..bebd599 100644
--- a/lib/RT/Shredder.pm
+++ b/lib/RT/Shredder.pm
@@ -720,7 +720,7 @@ sub GetFileName
 =head4 StoragePath
 
 Returns an absolute path to the storage dir.  See
-L<CONFIGURATION/$ShredderStoragePath>.
+L</$ShredderStoragePath>.
 
 See also description of the L</GetFileName> method.
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list