SAMZA-1104; fix yarn security page link from index.html page Author: Chen Song <[email protected]>
Reviewers: Jagadish <[email protected]> Closes #62 from garlicbulb-puzhuo/SAMZA-1104 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/098a11d7 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/098a11d7 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/098a11d7 Branch: refs/heads/samza-fluent-api-v1 Commit: 098a11d773590e6323fae21d534c3420f622ec55 Parents: 65df0b5 Author: Chen Song <[email protected]> Authored: Mon Feb 27 17:31:29 2017 -0800 Committer: vjagadish1989 <[email protected]> Committed: Mon Feb 27 17:31:29 2017 -0800 ---------------------------------------------------------------------- docs/learn/documentation/versioned/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/098a11d7/docs/learn/documentation/versioned/index.html ---------------------------------------------------------------------- diff --git a/docs/learn/documentation/versioned/index.html b/docs/learn/documentation/versioned/index.html index 6651b3b..e3cecc1 100644 --- a/docs/learn/documentation/versioned/index.html +++ b/docs/learn/documentation/versioned/index.html @@ -83,7 +83,7 @@ title: Documentation <li><a href="yarn/yarn-host-affinity.html">Host Affinity & Yarn</a></li> <li><a href="hdfs/producer.html">Writing to HDFS</a></li> <li><a href="hdfs/consumer.html">Reading from HDFS</a></li> - <li><a href="hdfs/yarn-security.html">Yarn Security</a></li> + <li><a href="yarn/yarn-security.html">Yarn Security</a></li> <!-- TODO write yarn pages <li><a href="">Fault Tolerance</a></li> <li><a href="">Security</a></li>
