Skip to content

Commit 5528a1f

Browse files
committed
fix xrefs
1 parent 3463599 commit 5528a1f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/modules/ROOT/pages/graph-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Cypher projection is not a dedicated procedure; rather it requires writing a Cyp
8686

8787
Read more about Cypher projection in the https://neo4j.com/docs/graph-data-science/current/management-ops/projections/graph-project-cypher-projection/[GDS manual].
8888

89-
The method `gds.graph.cypher.project` bridges the gap between <<getting-started-minimal-example, `gds.run_cypher`>> and having to follow with `gds.graph.get`.
89+
The method `gds.graph.cypher.project` bridges the gap between xref:getting-started.adoc#getting-started-minimal-example[`gds.run_cypher`] and having to follow with `gds.graph.get`.
9090

9191
=== Syntax
9292
.Cypher projection signature

doc/modules/ROOT/pages/tutorials/heterogeneous-node-classification-with-hashgnn.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ found was logistic regression with `penalty=0.159748`.
285285

286286
Further we note that the test set F1 score is 0.59118347, which is
287287
really good to when comparing to scores of other algorithms on this
288-
dataset in the literature. More on this in the
289-
link:#Conclusion[Conclusion] section below.
288+
dataset in the literature.
289+
For more information, see <<conclusion>>.
290290

291291
== Making new predictions
292292

@@ -328,6 +328,7 @@ _ = pipe.drop()
328328
_ = model.drop()
329329
----
330330

331+
[[conclusion]]
331332
== Conclusion
332333

333334
By using only the GDS library and its client, we were able to train a

0 commit comments

Comments
 (0)