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 <[email protected]> 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] ----
