You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2015/11/19 09:10:15 UTC

svn commit: r1715125 - /incubator/zeppelin/site/index.html

Author: moon
Date: Thu Nov 19 08:10:15 2015
New Revision: 1715125

URL: http://svn.apache.org/viewvc?rev=1715125&view=rev
Log:
Fix broken hyper link using 'latest' symlink

Modified:
    incubator/zeppelin/site/index.html

Modified: incubator/zeppelin/site/index.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/index.html?rev=1715125&r1=1715124&r2=1715125&view=diff
==============================================================================
--- incubator/zeppelin/site/index.html (original)
+++ incubator/zeppelin/site/index.html Thu Nov 19 08:10:15 2015
@@ -250,7 +250,7 @@ Currently Zeppelin supports many interpr
 
 <p><img class="img-responsive" src="assets/themes/zeppelin/img/screenshots/multiple_language_backend.png" /></p>
 
-<p>Adding new language-backend is really simple. Learn <a href="./docs/development/writingzeppelininterpreter.html">how to write a zeppelin interpreter</a>.</p>
+<p>Adding new language-backend is really simple. Learn <a href="./docs/latest/development/writingzeppelininterpreter.html">how to write a zeppelin interpreter</a>.</p>
 
 <p><br /></p>
 
@@ -264,7 +264,7 @@ Currently Zeppelin supports many interpr
 
 <ul>
 <li>Automatic SparkContext and SQLContext injection</li>
-<li>Runtime jar dependency loading from local filesystem or maven repository. Learn more about <a href="./docs/interpreter/spark.html#dependencyloading">dependency loader</a>.</li>
+<li>Runtime jar dependency loading from local filesystem or maven repository. Learn more about <a href="./docs/latest/interpreter/spark.html#dependencyloading">dependency loader</a>.</li>
 <li>Canceling job and displaying its progress</li>
 </ul>
 
@@ -293,7 +293,7 @@ Currently Zeppelin supports many interpr
   </div>
 </div>
 
-<p>Learn more about Zeppelin&#39;s Display system. ( <a href="./docs/displaysystem/display.html">text</a>, <a href="./docs/displaysystem/display.html#html">html</a>, <a href="./docs/displaysystem/table.html">table</a>, <a href="./docs/displaysystem/angular.html">angular</a> )</p>
+<p>Learn more about Zeppelin&#39;s Display system. ( <a href="./docs/latest/displaysystem/display.html">text</a>, <a href="./docs/latest/displaysystem/display.html#html">html</a>, <a href="./docs/latest/displaysystem/table.html">table</a>, <a href="./docs/latest/displaysystem/angular.html">angular</a> )</p>
 
 <p><br /></p>
 
@@ -303,7 +303,7 @@ Currently Zeppelin supports many interpr
 
 <p><img class="img-responsive" src="./assets/themes/zeppelin/img/screenshots/form_input.png" /></p>
 
-<p>Learn more about <a href="./docs/manual/dynamicform.html">Dynamic Forms</a>.</p>
+<p>Learn more about <a href="./docs/latest/manual/dynamicform.html">Dynamic Forms</a>.</p>
 
 <p><br /></p>
 
@@ -328,7 +328,7 @@ This way, you can easily embed it as an
 
 <h3>100% Opensource</h3>
 
-<p>Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the <a href="https://github.com/apache/incubator-zeppelin">source repository</a> and <a href="./docs/development/howtocontribute.html">How to contribute</a></p>
+<p>Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the <a href="https://github.com/apache/incubator-zeppelin">source repository</a> and <a href="./docs/latest/development/howtocontribute.html">How to contribute</a></p>
 
 <p>Zeppelin has a very active development community.
 Join the <a href="./community.html">Mailing list</a> and report issues on our <a href="https://issues.apache.org/jira/browse/ZEPPELIN">Issue tracker</a>.</p>