TINKERPOP-1878 Removed the old sparql-gremlin link
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/30c2033f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/30c2033f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/30c2033f Branch: refs/heads/TINKERPOP-1342 Commit: 30c2033f02d2c02560147889d796116168d50666 Parents: 20cb3f8 Author: Stephen Mallette <[email protected]> Authored: Fri Aug 10 15:11:55 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 13 14:39:24 2018 -0400 ---------------------------------------------------------------------- docs/site/home/index.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/30c2033f/docs/site/home/index.html ---------------------------------------------------------------------- diff --git a/docs/site/home/index.html b/docs/site/home/index.html index bbba419..6576c7d 100644 --- a/docs/site/home/index.html +++ b/docs/site/home/index.html @@ -260,7 +260,6 @@ limitations under the License. <li><a href="http://ogre.clojurewerkz.org/">ogre</a> (clojure/variant) - A Clojure language wrapper for TinkerPop3.</li> <li><a href="http://bayofmany.github.io/">Peapod</a> (java/dsl) - An object-graph-wrapper.</li> <li><a href="http://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin">sparql-gremlin</a> (sparql/distinct) - A SPARQL to Gremlin traversal compiler.</li> - <li><a href="https://github.com/LITMUS-Benchmark-Suite/sparql-to-gremlin">sparql-gremlin</a> (sparql/distinct) - A SPARQL to Gremlin traversal compiler.</li> <li><a href="https://github.com/Microsoft/spring-data-gremlin">spring-data-gremlin</a> (java/dsl) - Spring Data support for TinkerPop-enabled graph systems.</li> <li><a href="https://github.com/twilmes/sql-gremlin">sql-gremlin</a> (sql/distinct) - An SQL to Gremlin traversal compiler.</li> </ul>
