You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/29 15:28:53 UTC

tinkerpop git commit: CTR: Removed links to GremlinBin as it no longer exists.

Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 bd0324c0e -> d40d60a1d


CTR: Removed links to GremlinBin as it no longer exists.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d40d60a1
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d40d60a1
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d40d60a1

Branch: refs/heads/tp33
Commit: d40d60a1df5ed6ddd9d4f50fc2f6116e108f2c5e
Parents: bd0324c
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Thu Mar 29 08:27:34 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Thu Mar 29 08:27:34 2018 -0700

----------------------------------------------------------------------
 docs/site/home/images/goutte-blue.png      | Bin 13400 -> 0 bytes
 docs/site/home/index.html                  |   1 -
 docs/site/home/template/header-footer.html |   2 --
 3 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d40d60a1/docs/site/home/images/goutte-blue.png
----------------------------------------------------------------------
diff --git a/docs/site/home/images/goutte-blue.png b/docs/site/home/images/goutte-blue.png
deleted file mode 100644
index 224dd38..0000000
Binary files a/docs/site/home/images/goutte-blue.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d40d60a1/docs/site/home/index.html
----------------------------------------------------------------------
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index 817c392..9377530 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -280,7 +280,6 @@ limitations under the License.
          <h4 id="poweredby">Powered By</h4>
          <ul>
             <li><a href="https://bricaud.github.io/graphexp/graphexp.html">Graphexp</a> - Interactive visualization of the Gremlin graph database with D3.js.</li>
-            <li><a href="http://gremlinbin.com/">Gremlin-Bin</a> - A code pasting platform for Gremlin queries.</li>
             <li><a href="http://www.pitneybowes.com/us/customer-information-management/data-integration-management/spectrum-data-hub-module.html">Pitney Bowes Spectrum Data Hub Module</a> - Uses Gremlin OLTP to query Neo4j-powered master data management based graph database.</li>
          </ul>
          <a name="committers"></a>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d40d60a1/docs/site/home/template/header-footer.html
----------------------------------------------------------------------
diff --git a/docs/site/home/template/header-footer.html b/docs/site/home/template/header-footer.html
index 023601b..de0ba5c 100644
--- a/docs/site/home/template/header-footer.html
+++ b/docs/site/home/template/header-footer.html
@@ -95,8 +95,6 @@ limitations under the License.
                <li class="dropdown">
                   <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a>
                   <ul class="dropdown-menu">
-                     <li><a href="http://gremlinbin.com/"><img src="images/goutte-blue.png" class="nav-icon"/>Try Gremlin</a></li>
-                     <li role="separator" class="divider"></li>
                      <li><a href="gremlin.html">Introduction to Gremlin</a></li>
                      <li><a href="http://tinkerpop.apache.org/docs/current/tutorials/getting-started/">Getting Started</a></li>
                      <li><a href="http://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/">The Gremlin Console</a></li>