Skip to content

Commit c5198fa

Browse files
authored
Merge pull request #9771 from nvitucci/fix-nav-error
Fix wrong xrefs
2 parents 6039454 + 92cca4d commit c5198fa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* xref:index.adoc[]
22
* xref:introduction.adoc[]
3-
* xref:installation/installation.adoc[]
3+
* xref:installation/index.adoc[]
44
** xref:installation/supported-neo4j-versions.adoc[]
55
** xref:installation/neo4j-desktop.adoc[]
66
** xref:installation/neo4j-server.adoc[]

doc/modules/ROOT/pages/getting-started/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:description: This chapter gives users the basic information to start using the Neo4j Graph Data Science library.
44
:keywords: GDS, getting started
55

6-
After xref:installation/installation.adoc[installation], you can start using the GDS library in two main ways:
6+
After xref:installation/index.adoc[installation], you can start using the GDS library in two main ways:
77

88
* To run one or more algorithms on an in-memory graph, inspect the result of the computation, and potentially write it back to Neo4j.
99
* To configure a machine learning pipeline and use it to train a model, then use the model for prediction.

doc/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif::[]
2424
The manual covers the following areas:
2525

2626
* xref:introduction.adoc[Introduction] -- An introduction to the Neo4j Graph Data Science library.
27-
* xref:installation/installation.adoc[Installation] -- Instructions for how to install and use the Neo4j Graph Data Science library.
27+
* xref:installation/index.adoc[Installation] -- Instructions for how to install and use the Neo4j Graph Data Science library.
2828
* xref:common-usage/index.adoc[Common usage] -- General usage patterns and recommendations for getting the most out of the Neo4j Graph Data Science library.
2929
* xref:management-ops/index.adoc[Graph management] -- A detailed guide to the graph catalog and utility procedures included in the Neo4j Graph Data Science library.
3030
* xref:algorithms/index.adoc[Graph algorithms] -- A detailed guide to each algorithm in their respective categories, including use-cases and examples.

doc/modules/ROOT/pages/operations-reference/additional-operation-references.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
.2+<.^| xref:management-ops/utility-functions.adoc[The version of the installed GDS]
1010
| `gds.version` label:procedure[Procedure]
1111
| `gds.version` label:function[Function]
12-
| xref:installation/installation.adoc#_verifying_the_installation[List all operations in GDS] | `gds.list` label:procedure[Procedure]
12+
| xref:installation/index.adoc#_verifying_the_installation[List all operations in GDS] | `gds.list` label:procedure[Procedure]
1313
| xref:common-usage/logging.adoc#logging-progress-logging[List logged progress] | `gds.listProgress` label:procedure[Procedure]
1414
| xref:common-usage/logging.adoc#logging-user-warnings[List warnings] | `gds.userLog` label:procedure[Procedure]
15-
.2+<.^| xref:installation/installation.adoc#_verifying_the_installation[The license state of the installed GDS] | `gds.license.state` label:procedure[Procedure]
15+
.2+<.^| xref:installation/index.adoc#_verifying_the_installation[The license state of the installed GDS] | `gds.license.state` label:procedure[Procedure]
1616
| `gds.isLicensed` label:function[Function]
1717
.2+<.^| xref:management-ops/utility-functions.adoc#utility-functions-node-path[Node id functions]
1818
| `gds.util.asNode` label:function[Function]

doc/modules/ROOT/pages/production-deployment/composite.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Another use case is to replicate the graph's topology across multiple shards, wh
4848

4949
In this scenario we need to set up the shards to run the Neo4j Graph Data Science library.
5050

51-
Every shard that will run the Graph Data Science library should be configured just as a standalone GDS database would be, for more information see xref:installation/installation.adoc[Installation].
51+
Every shard that will run the Graph Data Science library should be configured just as a standalone GDS database would be, for more information see xref:installation/index.adoc[Installation].
5252

5353
The composite database does not require any special configuration, i.e., the GDS library plugin does not need to be installed.
5454
However, the Composite database should be configured to handle the amount of data received from the shards.
@@ -118,7 +118,7 @@ CAUTION: Procedure `write` modes are not supported when GDS is hosted on a compo
118118
In this scenario we need to set up the proxy to run the Neo4j Graph Data Science library.
119119

120120
The dbms that manages the composite database needs to have the GDS plugin installed and configured.
121-
For more information see xref:installation/installation.adoc[Installation].
121+
For more information see xref:installation/index.adoc[Installation].
122122
The proxy node should also be configured to handle the amount of data received from the shards as well as executing graph projections and algorithms.
123123

124124
Fabric shards do not need any special configuration, i.e., the GDS library plugin does not need to be installed.

0 commit comments

Comments
 (0)