diff --git a/docs/asciidoc/modules/ROOT/nav.adoc b/docs/asciidoc/modules/ROOT/nav.adoc index 82fe6ab9e7..76063da4cc 100644 --- a/docs/asciidoc/modules/ROOT/nav.adoc +++ b/docs/asciidoc/modules/ROOT/nav.adoc @@ -6,7 +6,7 @@ ** xref::installation/index.adoc#neo4j-desktop[Neo4j Desktop] ** xref::installation/index.adoc#neo4j-server[Neo4j Server] ** xref::installation/index.adoc#docker[Docker] - ** xref::installation/index.adoc#restricted[Load and Unrestrict] + ** xref::installation/index.adoc#restricted[Load and unrestrict procedures/functions] ** xref::installation/index.adoc#additional_dependencies[Additional Dependencies] * xref::config/index.adoc[] diff --git a/docs/asciidoc/modules/ROOT/pages/installation/index.adoc b/docs/asciidoc/modules/ROOT/pages/installation/index.adoc index 04bb1db2a8..254149e711 100644 --- a/docs/asciidoc/modules/ROOT/pages/installation/index.adoc +++ b/docs/asciidoc/modules/ROOT/pages/installation/index.adoc @@ -73,7 +73,7 @@ See the compatibility matrix in https://neo4j.com/labs/apoc/4.4/installation/ to include::partial$docker.adoc[tags=docker,leveloffset=1] [[restricted]] -== Load and Unrestrict +== Load and unrestrict procedures/functions include::partial$restricted.adoc[tags=restricted,leveloffset=1] diff --git a/readme.adoc b/readme.adoc index 8f0d6c4e40..cc9dbdce1d 100644 --- a/readme.adoc +++ b/readme.adoc @@ -170,7 +170,8 @@ You can find http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/[all // tag::warnings[] For security reasons, procedures and functions that use internal APIs are disabled by default. Loading and enabling APOC procedures and functions can be configured using the Neo4j config file. -For more details, see https://neo4j.com/labs/apoc/4.4/installation/#restricted[the APOC installation documentation]. + +For more details, see {docs}/installation#restricted[the APOC installation documentation]. // end::warnings[] ====