Author: kwilliams
Date: Mon Mar 31 19:29:37 2008
New Revision: 11031

Modified:
   Module-Build/trunk/website/META-spec-blead.html
   Module-Build/trunk/website/META-spec.pod

Log:
Fix the link to M::B::API license list

Modified: Module-Build/trunk/website/META-spec-blead.html
==============================================================================
--- Module-Build/trunk/website/META-spec-blead.html     (original)
+++ Module-Build/trunk/website/META-spec-blead.html     Mon Mar 31 19:29:37 2008
@@ -236,9 +236,10 @@
 <p>Example:</p>
 <pre>
   license: perl</pre>
-<p>(Spec 1.0) [required] {string} The license under which this distribution 
may be
-used and redistributed.  See <a href="/Module/Build/API.html">the 
Module::Build::API manpage</a> for the list of valid
-options.</p>
+<p>(Spec 1.0) [required] {string} The license under which this
+distribution may be used and redistributed.  See
+<a 
href="http://search.cpan.org/dist/Module-Build/lib/Module/Build/API.pod";>http://search.cpan.org/dist/Module-Build/lib/Module/Build/API.pod</a>
+for the list of valid options.</p>
 <p>
 </p>
 <h2><a name="distribution_type">distribution_type</a></h2>

Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod    (original)
+++ Module-Build/trunk/website/META-spec.pod    Mon Mar 31 19:29:37 2008
@@ -203,9 +203,10 @@
 
   license: perl
 
-(Spec 1.0) [required] {string} The license under which this distribution may be
-used and redistributed.  See L<Module::Build::API> for the list of valid
-options.
+(Spec 1.0) [required] {string} The license under which this
+distribution may be used and redistributed.  See
+L<http://search.cpan.org/dist/Module-Build/lib/Module/Build/API.pod>
+for the list of valid options.
 
 =head2 distribution_type
 

Reply via email to