From 3a5a11a5afb57d233535830a12c5a847e5992cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20D=C3=B6rre?= Date: Mon, 20 Dec 2021 11:39:01 +0100 Subject: [PATCH] Fix broken links on GDS start page Also wondering if we could have a check to find broken links automatically. --- modules/graph-data-science/pages/graph-algorithms.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/graph-data-science/pages/graph-algorithms.adoc b/modules/graph-data-science/pages/graph-algorithms.adoc index 6e597212..f951230b 100644 --- a/modules/graph-data-science/pages/graph-algorithms.adoc +++ b/modules/graph-data-science/pages/graph-algorithms.adoc @@ -32,11 +32,13 @@ The library contains implementations for the following types of algorithms: * link:/docs/graph-data-science/current/algorithms/similarity/[Similarity^] - these algorithms help calculate the similarity of nodes -* link:/docs/graph-data-science/current/algorithms/linkprediction/[Link Prediction^] - these algorithms determine the closeness of pairs of nodes +* link:/docs/graph-data-science/current/algorithms/linkprediction/[Topological link prediction^] - these algorithms determine the closeness of pairs of nodes * link:/docs/graph-data-science/current/algorithms/node-embeddings/[Node Embeddings^] - these algorithms compute vector representations of nodes in a graph. -* link:/docs/graph-data-science/current/algorithms/node-classification/[Node Classification^] - this algorithm uses machine learning to predict the classification of nodes. +* link:/docs/graph-data-science/current/algorithms/ml-models/node-classification/[Node Classification^] - this algorithm uses machine learning to predict the classification of nodes. + +* link:/docs/graph-data-science/current/algorithms/ml-models/linkprediction/[Link prediction^] - these algorithms use machine learning to predict new links between pairs of nodes link:/graph-data-science-library[Learn more about Neo4j GDSL^, role="medium button"]