Author: szetszwo
Date: Wed May 27 22:06:21 2009
New Revision: 779338

URL: http://svn.apache.org/viewvc?rev=779338&view=rev
Log:
HADOOP-4626. Correct the API links in hdfs forrest doc so that they point to 
the same version of hadoop.  (szetszwo)

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_design.xml
    
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=779338&r1=779337&r2=779338&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Wed May 27 22:06:21 2009
@@ -785,6 +785,9 @@
     HADOOP-5850. Fixes a problem to do with not being able to jobs with
     0 maps/reduces. (Vinod K V via ddas)
 
+    HADOOP-4626. Correct the API links in hdfs forrest doc so that they
+    point to the same version of hadoop.  (szetszwo)
+
 Release 0.20.0 - 2009-04-15
 
   INCOMPATIBLE CHANGES

Modified: 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_design.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_design.xml?rev=779338&r1=779337&r2=779338&view=diff
==============================================================================
--- hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_design.xml 
(original)
+++ hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_design.xml 
Wed May 27 22:06:21 2009
@@ -271,7 +271,7 @@
       <title> Accessibility </title>
       <!-- XXX Make an API section ? (HTTP is "web service" API?) -->
       <p>
-      HDFS can be accessed from applications in many different ways. Natively, 
HDFS provides a <a href="http://hadoop.apache.org/core/docs/current/api/";>Java 
API</a> for applications to use. A C language wrapper for this Java API is also 
available. In addition, an HTTP browser can also be used to browse the files of 
an HDFS instance. Work is in progress to expose HDFS through the <acronym 
title="Web-based Distributed Authoring and Versioning">WebDAV</acronym> 
protocol. 
+      HDFS can be accessed from applications in many different ways. Natively, 
HDFS provides a <a href="ext:api/org/apache/hadoop/fs/filesystem">FileSystem 
Java API</a> for applications to use. A C language wrapper for this Java API is 
also available. In addition, an HTTP browser can also be used to browse the 
files of an HDFS instance. Work is in progress to expose HDFS through the 
<acronym title="Web-based Distributed Authoring and 
Versioning">WebDAV</acronym> protocol. 
       </p>
 
       <section>
@@ -353,10 +353,7 @@
     <section>
       <title> References </title>
       <p>
-      HDFS Java API: 
-      <a href="http://hadoop.apache.org/core/docs/current/api/";> 
-        http://hadoop.apache.org/core/docs/current/api/
-      </a>
+      Hadoop <a href="ext:api">JavaDoc API</a>.
       </p>
       <p>
       HDFS source code: 

Modified: 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml?rev=779338&r1=779337&r2=779338&view=diff
==============================================================================
--- 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml 
(original)
+++ 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_user_guide.xml 
Wed May 27 22:06:21 2009
@@ -610,8 +610,7 @@
       <li> <a href="http://wiki.apache.org/hadoop/FAQ";>FAQ</a> from Hadoop 
Wiki.
       </li>
       <li>
-        Hadoop <a href="http://hadoop.apache.org/core/docs/current/api/";>
-          JavaDoc API</a>.
+        Hadoop <a href="ext:api">JavaDoc API</a>.
       </li>
       <li>
         Hadoop User Mailing List : 


Reply via email to