You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/05/03 00:18:43 UTC

svn commit: r1742043 - /incubator/tinkerpop/site/index.html

Author: okram
Date: Mon May  2 22:18:42 2016
New Revision: 1742043

URL: http://svn.apache.org/viewvc?rev=1742043&view=rev
Log:
forgot to add tutorial to listing on index.html.

Modified:
    incubator/tinkerpop/site/index.html

Modified: incubator/tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1742043&r1=1742042&r2=1742043&view=diff
==============================================================================
--- incubator/tinkerpop/site/index.html (original)
+++ incubator/tinkerpop/site/index.html Mon May  2 22:18:42 2016
@@ -390,6 +390,7 @@
                <ul>
                   <li><a href="http://tinkerpop.apache.org/docs/3.2.0-incubating/tutorials/getting-started/">Getting Started with TinkerPop</a> - Learn the basics of getting up and going with TinkerPop.</li>
                   <li><a href="http://tinkerpop.apache.org/docs/3.2.0-incubating/tutorials/the-gremlin-console/">The Gremlin Console</a> - Discusses uses cases of the Gremlin Console and usage patterns.</li>
+                  <li><a href="http://tinkerpop.apache.org/docs/3.2.1-SNAPSHOT/tutorials/gremlin-language-variants/">Gremlin Language Variants</a> - Learn how to embed Gremlin in a host programming language.</li>
                   <li><a href="http://sql2gremlin.com/">SQL2Gremlin</a> - Learn Gremlin using typical patterns found when querying data with SQL.</li>
                   <li><a href="https://academy.datastax.com/demos/getting-started-graph-databases">Getting Started with Graph Databases</a> - Compares relational databases to graph databases and SQL to Gremlin.</li>
                </ul>