Akira AJISAKA created YARN-3694:
-----------------------------------
Summary: Fix dead link for TimelineServer REST API
Key: YARN-3694
URL: https://issues.apache.org/jira/browse/YARN-3694
Project: Hadoop YARN
Issue Type: Bug
Components: documentation
Reporter: Akira AJISAKA
Priority: Minor
There is a dead link in the index.
{code:title=hadoop-project/src/site/site.xml}
<item name="Timeline Server"
href="TimelineServer.html#Timeline_Server_REST_API_v1"/>
{code}
should be fixed as
{code}
<item name="Timeline Server"
href="hadoop-yarn/hadoop-yarn-site/TimelineServer.html#Timeline_Server_REST_API_v1"/>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)