From 39623f89f98793a697e49754f32168365363f951 Mon Sep 17 00:00:00 2001 From: Mark Needham Date: Tue, 21 Jul 2020 14:56:55 +0100 Subject: [PATCH] add to graph algos page --- graph-data-science/graph-algorithms/graph-algorithms.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/graph-data-science/graph-algorithms/graph-algorithms.adoc b/graph-data-science/graph-algorithms/graph-algorithms.adoc index 2a03e60b..aea5a4f5 100644 --- a/graph-data-science/graph-algorithms/graph-algorithms.adoc +++ b/graph-data-science/graph-algorithms/graph-algorithms.adoc @@ -69,6 +69,7 @@ The following guides provide hands on examples of the different algorithms in th The following guides provide more details and background for various parts of the Graph Data Science Library. +* link:/developer/centrality-graph-algorithms[Centrality Algorithms] * link:/developer/graph-embeddings[Graph Embeddings]