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 2019/03/12 00:38:45 UTC

svn commit: r1855271 - in /zeppelin/site: index.html whats_new.md

Author: moon
Date: Tue Mar 12 00:38:44 2019
New Revision: 1855271

URL: http://svn.apache.org/viewvc?rev=1855271&view=rev
Log:
update more outdated links https://github.com/apache/zeppelin/pull/3329

Modified:
    zeppelin/site/index.html
    zeppelin/site/whats_new.md

Modified: zeppelin/site/index.html
URL: http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1855271&r1=1855270&r2=1855271&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Tue Mar 12 00:38:44 2019
@@ -141,7 +141,7 @@
     </div>
     <div class="border row">
       <div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn" style="margin-top:8px;">
-        <a href="/docs/0.8.0/quickstart/install.html" class="btn btn-primary btn-lg" role="button"
+        <a href="/docs/latest/quickstart/install.html" class="btn btn-primary btn-lg" role="button"
            style="margin:5px 25px 5px 25px;font-size:15px;">
           GET STARTED
         </a>
@@ -276,21 +276,21 @@ limitations under the License.
         <h4>Python, improved</h4>
         <div>
           <p>
-            IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/0.8.0/interpreter/python.html#ipython-support">here</a>.
+            IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/latest/interpreter/python.html#ipython-support">here</a>.
           </p>
         </div>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Note improvements</h4>
         <p>
-          This release includes <a href="./docs/0.8.0/usage/dynamic_form/intro.html#using-form-templates-scope-note">Note level dynamic form</a>, note revision comparator and ability to run paragraph sequentially, instead of simultaneous paragraph execution in previous releases.
+          This release includes <a href="./docs/latest/usage/dynamic_form/intro.html#using-form-templates-scope-note">Note level dynamic form</a>, note revision comparator and ability to run paragraph sequentially, instead of simultaneous paragraph execution in previous releases.
         </p>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Inline configuration</h4>
         <div class="personal">
         <p>
-          Generic <a href="./docs/0.8.0/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
+          Generic <a href="./docs/latest/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
         </p>
         </div>
       </div>
@@ -306,20 +306,20 @@ limitations under the License.
         <h4>Interpreter lifecycle</h4>
         <div>
         <p>
-          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/0.8.0/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
+          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/latest/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
         </p>
         </div>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Helium online registry</h4>
         <p>
-          This release includes online registry for Helium that can add custom visualization and more. <a href="./docs/0.8.0/development/helium/overview.html">learn more</a> about it.
+          This release includes online registry for Helium that can add custom visualization and more. <a href="./docs/latest/development/helium/overview.html">learn more</a> about it.
         </p>
       </div>
     </div>
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p style="text-align:center; margin-top: 32px; font-size: 14px; color: gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more details in 
-        <a href="./releases/zeppelin-release-0.8.0.html">0.8 Release Note</a>
+        <a href="./releases/zeppelin-release-0.8.1.html">0.8 Release Note</a>
       </p>
     </div>
   </div>
@@ -464,7 +464,7 @@ If you want to learn more about this fea
 
 <p><img class="img-responsive" style="margin:0 auto; padding: 15px;" src="./assets/themes/zeppelin/img/asf_logo.png" width="250px"/></p>
 
-<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a href="http://git.apache.org/zeppelin.git">source repository</a> and <a href="./docs/latest/development/contribution/how_to_contribute_code.html">how to contribute</a>.
+<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a href="https://github.com/apache/zeppelin">source repository</a> and <a href="./docs/latest/development/contribution/how_to_contribute_code.html">how to contribute</a>.
 Apache Zeppelin has a very active development community.
 Join to our <a href="https://zeppelin.apache.org/community.html">Mailing list</a> and report issues on <a href="https://issues.apache.org/jira/browse/ZEPPELIN">Jira Issue tracker</a>.
 </div>

Modified: zeppelin/site/whats_new.md
URL: http://svn.apache.org/viewvc/zeppelin/site/whats_new.md?rev=1855271&r1=1855270&r2=1855271&view=diff
==============================================================================
--- zeppelin/site/whats_new.md (original)
+++ zeppelin/site/whats_new.md Tue Mar 12 00:38:44 2019
@@ -22,21 +22,21 @@ limitations under the License.
         <h4>Python, improved</h4>
         <div>
           <p>
-            IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/0.8.0/interpreter/python.html#ipython-support">here</a>.
+            IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/latest/interpreter/python.html#ipython-support">here</a>.
           </p>
         </div>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Note improvements</h4>
         <p>
-          This release includes <a href="./docs/0.8.0/usage/dynamic_form/intro.html#using-form-templates-scope-note">Note level dynamic form</a>, note revision comparator and ability to run paragraph sequentially, instead of simultaneous paragraph execution in previous releases.
+          This release includes <a href="./docs/latest/usage/dynamic_form/intro.html#using-form-templates-scope-note">Note level dynamic form</a>, note revision comparator and ability to run paragraph sequentially, instead of simultaneous paragraph execution in previous releases.
         </p>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Inline configuration</h4>
         <div class="personal">
         <p>
-          Generic <a href="./docs/0.8.0/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
+          Generic <a href="./docs/latest/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
         </p>
         </div>
       </div>
@@ -52,20 +52,20 @@ limitations under the License.
         <h4>Interpreter lifecycle</h4>
         <div>
         <p>
-          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/0.8.0/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
+          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/latest/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
         </p>
         </div>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Helium online registry</h4>
         <p>
-          This release includes online registry for Helium that can add custom visualization and more. <a href="./docs/0.8.0/development/helium/overview.html">learn more</a> about it.
+          This release includes online registry for Helium that can add custom visualization and more. <a href="./docs/latest/development/helium/overview.html">learn more</a> about it.
         </p>
       </div>
     </div>
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p style="text-align:center; margin-top: 32px; font-size: 14px; color: gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more details in 
-        <a href="./releases/zeppelin-release-0.8.0.html">0.8 Release Note</a>
+        <a href="./releases/zeppelin-release-0.8.1.html">0.8 Release Note</a>
       </p>
     </div>
   </div>