You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/07/08 19:14:06 UTC

[jira] [Created] (HADOOP-10801) Fix dead link in site.xml

Akira AJISAKA created HADOOP-10801:
--------------------------------------

             Summary: Fix dead link in site.xml
                 Key: HADOOP-10801
                 URL: https://issues.apache.org/jira/browse/HADOOP-10801
             Project: Hadoop Common
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.5.0
            Reporter: Akira AJISAKA
            Assignee: Akira AJISAKA


Documents for FileSystem API definition were created in HADOOP-9361 but not linked.
In hadoop-project/src/site/site.xml,
{code}
      <item name="FileSystem Specification"
        href="hadoop-project-dist/hadoop-common/index.html"/>
{code}
should be
{code}
      <item name="FileSystem Specification"
        href="hadoop-project-dist/hadoop-common/filesystem/index.html"/>
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)