Skip to content

Commit a81b785

Browse files
Fix prize-steiner doc references
1 parent a83042b commit a81b785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/modules/ROOT/pages/algorithms/pathfinding.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Neo4j GDS library includes the following path finding algorithms, grouped by
1919
** xref:algorithms/minimum-weight-spanning-tree.adoc[Minimum Weight Spanning Tree]
2020
* Beta
2121
** xref:algorithms/directed-steiner-tree.adoc[Minimum Directed Steiner Tree]
22-
** xref:algorithms/prize-collecting-steiner-tree[Prize-collecting Steiner Tree]
22+
** xref:algorithms/prize-collecting-steiner-tree.adoc[Prize-collecting Steiner Tree]
2323
* Alpha
2424
** xref:algorithms/k-minimum-weight-spanning-tree.adoc[Minimum Weight k-Spanning Tree]
2525
** xref:algorithms/all-pairs-shortest-path.adoc[All Pairs Shortest Path]

doc/modules/ROOT/pages/algorithms/prize-collecting-steiner-tree.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[algorithms-prize-steiner-tree]]
2-
= Minimum Directed Steiner Tree
2+
= Prize-Collecting Steiner Tree
33
:description: This section describes the Prize-Collecting Steiner Tree algorithm in the Neo4j Graph Data Science library.
44
:entity: relationship
55
:result: weight

0 commit comments

Comments
 (0)