Browse Source

HADOOP-6993. Broken link on cluster setup page of docs. Contributed by Eli Collins.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.21@1005544 13f79535-47bb-0310-9956-ffa450edef68
Eli Collins 14 years ago
parent
commit
a0daa91a8a

+ 2 - 0
CHANGES.txt

@@ -19,6 +19,8 @@ Release 0.21.1 - Unreleased
 
     HADOOP-6971. Clover build doesn't generate per-test coverage (cos)
 
+    HADOOP-6993. Broken link on cluster setup page of docs. (eli)    
+
 Release 0.21.0 - 2010-08-13
 
   INCOMPATIBLE CHANGES

+ 1 - 1
src/docs/src/documentation/content/xdocs/cluster_setup.xml

@@ -81,7 +81,7 @@
         <ol>
           <li>
             Read-only default configuration - 
-            <a href="ext:common-default">src/core/core-default.xml</a>, 
+            <a href="ext:core-default">src/core/core-default.xml</a>, 
             <a href="ext:hdfs-default">src/hdfs/hdfs-default.xml</a>, 
             <a href="ext:mapred-default">src/mapred/mapred-default.xml</a> and
             <a href="ext:mapred-queues">conf/mapred-queues.xml.template</a>.

+ 1 - 1
src/docs/src/documentation/content/xdocs/site.xml

@@ -66,7 +66,7 @@ See http://forrest.apache.org/docs/linking.html for more info.
     <wiki  href="http://wiki.apache.org/hadoop/Common" />
     <faq  href="http://wiki.apache.org/hadoop/Common/FAQ" />
     
-    <common-default href="http://hadoop.apache.org/common/docs/current/common-default.html" />
+    <core-default href="http://hadoop.apache.org/common/docs/current/core-default.html" />
     <hdfs-default href="http://hadoop.apache.org/hdfs/docs/current/hdfs-default.html" />
     <mapred-default href="http://hadoop.apache.org/mapreduce/docs/current/mapred-default.html" />