[Bps-public-commit] r20225 - RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login

ruz at bestpractical.com ruz at bestpractical.com
Wed Dec 23 22:16:19 EST 2009


Author: ruz
Date: Wed Dec 23 22:16:18 2009
New Revision: 20225

Modified:
   RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm

Log:
* use WebPath, see no point to use longer URL

Modified: RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm
==============================================================================
--- RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm	(original)
+++ RT-Extension-rt_cpan_org/html/Callbacks/rt_cpan_org/Elements/Login/BeforeForm	Wed Dec 23 22:16:18 2009
@@ -57,7 +57,7 @@
 
     <h2>... find a distribution and browse its bugs?</h2>
     <p>
-      This site lets you <a href="<% $RT::WebBaseURL %>/Public/">search
+      This site lets you <a href="<% $RT::WebPath %>/Public/">search
       for distributions</a> by name or author.  When you've found the
       distribution you're looking for, you can browse known bugs and
       report new bugs.
@@ -75,14 +75,14 @@
       to <strong>bug-<distribution-name>@rt.cpan.org</strong>, where
       "<distribution-name>" is something like DBIx-SearchBuilder or
       Class-DBI or Acme-Current-Forever. Use
-      <a href="<% $RT::WebBaseURL %>/Public/">search</a> to find name of
+      <a href="<% $RT::WebPath %>/Public/">search</a> to find name of
       a distribution.
     </p>
 
     <h2>... report a bug in perl itself?</h2>
     <p>
       To report bugs in perl itself, you're best off using the command-line
-      'perlbug' tool or <a href="http://rt.perl.org">rt.perl.org.</a>
+      'perlbug' tool or <a href="http://rt.perl.org">rt.perl.org</a>.
     </p>
 
     <h2>... manage bugs in your distributions?</h2>
@@ -96,7 +96,7 @@
 
     <h2>... know more about this service?</h2>
     <p>
-      Read <a href="<% $RT::WebBaseURL %>/Public/RT/CPAN/About.html">this document</a>.
+      Read <a href="<% $RT::WebPath %>/Public/RT/CPAN/About.html">this document</a>.
     </p>
 
     <p>



More information about the Bps-public-commit mailing list