You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/06/10 13:25:10 UTC

[tinkerpop] branch master updated (5956747 -> ebe08cd)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 5956747  Add graph-notebook to powered by section of homepage CTR
     new 688d4b4  Fix broken link in documentation
     new 6eae14b  Merge branch '3.4-dev' into 3.5-dev
     new ebe08cd  Merge branch '3.5-dev'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/reference/the-graphcomputer.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[tinkerpop] 03/03: Merge branch '3.5-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ebe08cda88bf0c384db524d626b816a707811899
Merge: 5956747 6eae14b
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jun 10 09:24:57 2021 -0400

    Merge branch '3.5-dev'

 docs/src/reference/the-graphcomputer.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[tinkerpop] 02/03: Merge branch '3.4-dev' into 3.5-dev

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 6eae14b07575c3d54d9a76b8f9164e02f5510b6a
Merge: a4cf2ee 688d4b4
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jun 10 09:24:36 2021 -0400

    Merge branch '3.4-dev' into 3.5-dev

 docs/src/reference/the-graphcomputer.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 01/03: Fix broken link in documentation

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 688d4b47cf84ce8de5760c930aeec04cd63a11ca
Author: Clement de Groc <cl...@datadoghq.com>
AuthorDate: Thu Jun 10 14:58:35 2021 +0200

    Fix broken link in documentation
---
 docs/src/reference/the-graphcomputer.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/reference/the-graphcomputer.asciidoc b/docs/src/reference/the-graphcomputer.asciidoc
index 25da35e..95eccea 100644
--- a/docs/src/reference/the-graphcomputer.asciidoc
+++ b/docs/src/reference/the-graphcomputer.asciidoc
@@ -491,7 +491,7 @@ being where the traversal is submitted.
 
 NOTE: This model of graph traversal in a BSP system was first implemented by the
 link:https://github.com/thinkaurelius/faunus/wiki[Faunus] graph analytics engine and originally described in
-link:http://markorodriguez.com/2011/04/19/local-and-distributed-traversal-engines/[Local and Distributed Traversal Engines].
+link:https://dzone.com/articles/local-and-distributed-graph[Local and Distributed Traversal Engines].
 
 [gremlin-groovy,modern]
 ----