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/09 00:28:28 UTC

svn commit: r1855071 - in /zeppelin/site: index.html technologies_deployments.md

Author: moon
Date: Sat Mar  9 00:28:28 2019
New Revision: 1855071

URL: http://svn.apache.org/viewvc?rev=1855071&view=rev
Log:
fix borken link, update outdated link

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

Modified: zeppelin/site/index.html
URL: http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1855071&r1=1855070&r2=1855071&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Sat Mar  9 00:28:28 2019
@@ -182,7 +182,7 @@ limitations under the License.
             <div style="min-height:140px; padding: 20px 10px 10px 10px;">
               Zeppelin supports Spark, PySpark, Spark R, Spark SQL with dependency loader.
             </div>
-            <a href="/docs/0.7.2/interpreter/spark.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
+            <a href="/docs/latest/interpreter/spark.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
           </label>                     
         </div>
       </div>
@@ -214,7 +214,7 @@ limitations under the License.
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p class="bottom-text">
         See more details in Zeppelin supports 20+ different interpreters.
-        <a href="/docs/0.8.1/manual/interpreters.html">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
+        <a href="/supported_interpreters.html">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
       </p>
     </div>    
     <hr />
@@ -277,21 +277,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>
@@ -307,20 +307,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.1 Release Note</a>
       </p>
     </div>
   </div>
@@ -441,7 +441,7 @@ Currently Apache Zeppelin supports many
     <img class="img-responsive" style="margin: 16px auto;" src="./assets/themes/zeppelin/img/screenshots/dynamicform.png" />
   </div>
 </div>
-Learn more about <a href="./docs/latest/manual/dynamicform.html">Dynamic Forms</a>.</p>
+Learn more about <a href="./docs/latest/usage/dynamic_form/intro.html">Dynamic Forms</a>.</p>
 
 <p><br /></p>
 
@@ -457,7 +457,7 @@ Learn more about <a href="./docs/latest/
 
 <p>Apache Zeppelin provides an URL to display the result only, that page does not include any menus and buttons inside of notebooks.
 You can easily embed it as an iframe inside of your website in this way.
-If you want to learn more about this feature, please visit <a href="./docs/latest/manual/publish.html">this page</a>.</p>
+If you want to learn more about this feature, please visit <a href="./docs/latest/usage/other_features/publishing_paragraphs.html">this page</a>.</p>
 
 <p><br /></p>
 

Modified: zeppelin/site/technologies_deployments.md
URL: http://svn.apache.org/viewvc/zeppelin/site/technologies_deployments.md?rev=1855071&r1=1855070&r2=1855071&view=diff
==============================================================================
--- zeppelin/site/technologies_deployments.md (original)
+++ zeppelin/site/technologies_deployments.md Sat Mar  9 00:28:28 2019
@@ -25,7 +25,7 @@ limitations under the License.
             <div style="min-height:140px; padding: 20px 10px 10px 10px;">
               Zeppelin supports Spark, PySpark, Spark R, Spark SQL with dependency loader.
             </div>
-            <a href="/docs/0.7.2/interpreter/spark.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
+            <a href="/docs/latest/interpreter/spark.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
           </label>                     
         </div>
       </div>
@@ -36,7 +36,7 @@ limitations under the License.
             <div style="min-height:140px;">
               Zeppelin lets you connect any JDBC data sources seamlessly. Postgresql, Mysql, MariaDB, Redshift, Apache Hive and so on.
             </div>
-            <a href="/docs/0.7.2/interpreter/jdbc.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
+            <a href="/docs/latest/interpreter/jdbc.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
           </label>
         </div>
       </div>
@@ -49,7 +49,7 @@ limitations under the License.
             <div style="min-height:140px; padding: 10px;">
               Python is supported with Matplotlib, Conda, Pandas SQL and PySpark integrations.
             </div>
-            <a href="/docs/0.7.2/interpreter/python.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
+            <a href="/docs/latest/interpreter/python.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
           </label>
         </div>
       </div>
@@ -57,7 +57,7 @@ limitations under the License.
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p class="bottom-text">
         See more details in Zeppelin supports 20+ different interpreters.
-        <a href="/docs/0.8.1/manual/interpreters.html">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
+        <a href="/docs/latest/usage/interpreter/overview.html">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
       </p>
     </div>    
     <hr />
@@ -73,7 +73,7 @@ limitations under the License.
           </label>
           <label class="content-text">
             Local Spark, 6 Built-in visualizations, Display system, Dynamic form, Multiple backends are supported.<br/>
-            <a href="/docs/0.7.2/install/install.html" class="user-button">LEARN MORE</a>
+            <a href="/docs/latest/quickstart/install.html" class="user-button">LEARN MORE</a>
           </label>
         </div>
       </div>
@@ -87,7 +87,7 @@ limitations under the License.
           </label>
           <label class="content-text">
             Zeppelin supports Multi-user Support w/ LDAP. Let's configure Zeppelin for your yarn cluster.<br/>
-            <a href="/docs/0.7.2/security/shiroauthentication.html" class="user-button">LEARN MORE</a>
+            <a href="/docs/latest/setup/security/shiro_authentication.html" class="user-button">LEARN MORE</a>
           </label>                 
         </div>
       </div>