Repository: incubator-zeppelin
Updated Branches:
  refs/heads/gh-pages 1df1d0bc0 -> 493106f77


[Website] fixing dead links in docs

Couple of dead links fixed

Author: Alexander Bezzubov <[email protected]>

Closes #113 from bzz/gh-pages and squashes the following commits:

70a98a3 [Alexander Bezzubov] Website: fix link in install, to dependecy loader 
docs
b424673 [Alexander Bezzubov] Website: fix link in tutorial docs


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/493106f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/493106f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/493106f7

Branch: refs/heads/gh-pages
Commit: 493106f770b6e07f9bdc3b6fdd44cb5a155fee78
Parents: 1df1d0b
Author: Alexander Bezzubov <[email protected]>
Authored: Mon Jun 22 09:52:08 2015 +0900
Committer: Lee moon soo <[email protected]>
Committed: Tue Jun 23 10:39:17 2015 -0700

----------------------------------------------------------------------
 docs/install/install.md   | 2 +-
 docs/tutorial/tutorial.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/493106f7/docs/install/install.md
----------------------------------------------------------------------
diff --git a/docs/install/install.md b/docs/install/install.md
index d894581..03bc6f9 100644
--- a/docs/install/install.md
+++ b/docs/install/install.md
@@ -108,7 +108,7 @@ for example,
 
     ZEPPELIN_JAVA_OPTS="-Dspark.jars=/mylib1.jar,/mylib2.jar 
-Dspark.files=/myfile1.dat,/myfile2.dat"
 
-or you can do it dynamically with [dependency 
loader](http://localhost:4000/docs/zeppelincontext.html)
+or you can do it dynamically with [dependency 
loader](../interpreter/spark.html#dependencyloading)
 
 
 ## Start/Stop

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/493106f7/docs/tutorial/tutorial.md
----------------------------------------------------------------------
diff --git a/docs/tutorial/tutorial.md b/docs/tutorial/tutorial.md
index 135e022..5f8f936 100644
--- a/docs/tutorial/tutorial.md
+++ b/docs/tutorial/tutorial.md
@@ -7,7 +7,7 @@ group: tutorial
 
 ### Zeppelin Tutorial
 
-We will assume you have Zeppelin installed already. If that's not the case, 
see [Install](../../install/install.md).
+We will assume you have Zeppelin installed already. If that's not the case, 
see [Install](../install/install.html).
 
 Zeppelin's current main backend processing engine is [Apache 
Spark](https://spark.apache.org). If you're new to the system, you might want 
to start by getting an idea of how it processes data to get the most out of 
Zeppelin.
 

Reply via email to