From cc9a02343a426de07701f40512296863ed3cc741 Mon Sep 17 00:00:00 2001 From: AhyoungRyu Date: Mon, 26 Sep 2016 17:48:42 +0900 Subject: [PATCH] Remove main title link anchor --- docs/_includes/themes/zeppelin/_navigation.html | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html index f222b8c4829..2550d9021a9 100644 --- a/docs/_includes/themes/zeppelin/_navigation.html +++ b/docs/_includes/themes/zeppelin/_navigation.html @@ -107,7 +107,7 @@
  • Zeppelin on Spark Cluster Mode (Standalone)
  • Zeppelin on Spark Cluster Mode (YARN)
  • Zeppelin on Spark Cluster Mode (Mesos)
  • -
  • Zeppelin on CDH
  • +
  • Zeppelin on CDH
  • Contibute
  • Writing Zeppelin Interpreter
  • diff --git a/docs/index.md b/docs/index.md index 4c6f3d1e963..0f257500eec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -172,7 +172,7 @@ Join to our [Mailing list](https://zeppelin.apache.org/community.html) and repor * [Zeppelin on Spark Cluster Mode (Standalone via Docker)](./install/spark_cluster_mode.html#spark-standalone-mode) * [Zeppelin on Spark Cluster Mode (YARN via Docker)](./install/spark_cluster_mode.html#spark-on-yarn-mode) * [Zeppelin on Spark Cluster Mode (Mesos via Docker)](./install/spark_cluster_mode.html#spark-on-mesos-mode) - * [Zeppelin on CDH (via Docker)](./install/cdh.html#apache-zeppelin-on-cdh) + * [Zeppelin on CDH (via Docker)](./install/cdh.html) * Contribute * [Writing Zeppelin Interpreter](./development/writingzeppelininterpreter.html) * [Writing Zeppelin Application (Experimental)](./development/writingzeppelinapplication.html)