Skip to content

Commit 9149297

Browse files
committed
Fix some broken links and anchors
1 parent 2c631f6 commit 9149297

38 files changed

+94
-82
lines changed

modules/ROOT/pages/authentication-authorization/ldap-integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ SET AUTH 'ldap' { SET ID 'cn=alice,ou=sales,dc=example,dc=com' }
470470
You can verify that your LDAP configuration is correct, and that the LDAP server responds, by using the LDAP command-line tool `ldapsearch`.
471471

472472
The `ldapsearch` command accepts the LDAP configuration setting values as input and verifies both the authentication (using the `simple` mechanism) and authorization of a user.
473-
See the https://docs.ldap.com/ldap-sdk/docs/tool-usages/ldapsearch.html[ldapsearch official documentation^] for more advanced usage and how to use SASL authentication mechanisms.
473+
See the link:https://docs.ldap.com/ldap-sdk/docs/tool-usages/ldapsearch.html[ldapsearch official documentation] for more advanced usage and how to use SASL authentication mechanisms.
474474

475475
. Verify the authentication and authorization of a user.
476476
For example, `john`.

modules/ROOT/pages/authentication-authorization/sso-integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dbms.security.authorization_providers=oidc-newsso,oidc-oldsso,native
150150
. Check connectivity.
151151
Neo4j needs to connect to the identity provider to discover settings and fetch public keys to verify tokens.
152152
Check firewall settings and security controls, and, if necessary, logs to ensure that the Neo4j server is able to connect to the identity provider using HTTPS.
153-
If a proxy is required, this can be https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/doc-files/net-properties.html#Proxies[configured] in the Java virtual machine using the configuration setting xref:configuration/configuration-settings.adoc#config_server.jvm.additional[server.jvm.additional].
153+
If a proxy is required, this can be link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/doc-files/net-properties.html#Proxies[configured] in the Java virtual machine using the configuration setting xref:configuration/configuration-settings.adoc#config_server.jvm.additional[server.jvm.additional].
154154
Proxies that require credentials are not supported.
155155

156156
[[auth-sso-map-idp-roles]]

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For more information, see xref:backup-restore/online-backup.adoc#online-backup-c
5656

5757
[NOTE]
5858
====
59-
`neo4j-admin database backup` is not supported in https://neo4j.com/cloud/aura/[Neo4j Aura].
59+
`neo4j-admin database backup` is not supported in link:https://neo4j.com/cloud/aura/[Neo4j Aura].
6060
====
6161

6262
[[backup-command-syntax]]
@@ -465,9 +465,9 @@ bin/neo4j-admin database backup --to-path=azb://myStorageAccount/myContainer/myD
465465
[[diff-backup-as-parent]]
466466
=== Perform a differential backup using the `--prefer-diff-as-parent` option
467467

468-
By default, a differential backup (`--type=DIFF`) uses the *most recent non-empty* backup -- whether full or differential -- in the directory as its parent.
468+
By default, a differential backup (`--type=DIFF`) uses the *most recent non-empty* backup -- whether full or differential -- in the directory as its parent.
469469

470-
The `--prefer-diff-as-parent` option changes this behavior and forces the backup job to use the *latest differential* backup as the parent, even if a newer full backup exists.
470+
The `--prefer-diff-as-parent` option changes this behavior and forces the backup job to use the *latest differential* backup as the parent, even if a newer full backup exists.
471471

472472
This approach allows you to maintain a chain of differential backups for all transactions and restore to any point in time.
473473
Without this option, the transactions between the last full backup and a previous differential backup cannot be backed up as individual transactions.

modules/ROOT/pages/cloud-deployments/index.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ Neo4j's cloud marketplace listings represent a quick and easy way of getting sta
1212

1313
| Amazon Web Services
1414
| xref:cloud-deployments/neo4j-aws.adoc[Neo4j on AWS]
15-
| https://neo4j.com/partners/amazon/[Neo4j in the AWS Marketplace^]
15+
| link:https://neo4j.com/partners/amazon/[Neo4j in the AWS Marketplace]
1616

17-
| Google Cloud
17+
| Google Cloud
1818
| xref:cloud-deployments/neo4j-gcp.adoc[Neo4j on Google Cloud Platform]
19-
| https://neo4j.com/partners/google/[Neo4j in the GCP Marketplace^]
19+
| link:https://neo4j.com/partners/google/[Neo4j in the GCP Marketplace]
2020

2121
| Microsoft Azure
2222
| xref:cloud-deployments/neo4j-azure.adoc[Neo4j on Microsoft Azure]
23-
| https://neo4j.com/partners/microsoft/[Neo4j in the Azure Marketplace^]
23+
| link:https://neo4j.com/partners/microsoft/[Neo4j in the Azure Marketplace]
2424

2525
|===
2626

2727
.Other cloud deployment options
2828
[TIP]
2929
====
3030
*Neo4j Aura* is a fully managed Neo4j database, hosted in the cloud and requires no installation.
31-
For more information, see https://neo4j.com/aura/[the Aura product^], https://aura.support.neo4j.com/[support pages^], and the https://www.neo4j.com/docs/aura[Aura documentationˆ].
31+
For more information, see link:https://neo4j.com/aura/[the Aura product], link:https://aura.support.neo4j.com/[support pages], and the link:https://www.neo4j.com/docs/aura[Aura documentation].
3232
3333
//Neo4j can be run in a *Docker* container.
3434
//For information on running Neo4j on Docker, see xref:docker/index.adoc[Docker].

modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Neo4j can be easily deployed on EC2 instances in Amazon Web Services (AWS) by using the link:https://aws.amazon.com/marketplace/seller-profile?id=23ec694a-d2af-4641-b4d3-b7201ab2f5f9[official listings for Neo4j] on the AWS Marketplace.
66

77
The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j.
8-
The template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[GitHub^] and can be customized to meet more complex or bespoke use cases.
8+
The template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[GitHub] and can be customized to meet more complex or bespoke use cases.
99

1010

1111
[NOTE]
@@ -16,7 +16,7 @@ The Neo4j AWS Marketplace listings (and listings on GitHub) use CloudFormation t
1616

1717
== Supported Neo4j versions
1818

19-
The Neo4j link:https://aws.amazon.com/marketplace/seller-profile?id=23ec694a-d2af-4641-b4d3-b7201ab2f5f9[AWS marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 5 or 4.4.
19+
The Neo4j link:https://aws.amazon.com/marketplace/seller-profile?id=23ec694a-d2af-4641-b4d3-b7201ab2f5f9[AWS marketplace listing] can be configured to deploy either Neo4j Enterprise Edition 5 or 4.4.
2020
The CloudFormation template always installs the latest available version.
2121

2222
== Neo4j CloudFormation template
@@ -32,7 +32,7 @@ The Neo4j CloudFormation template takes several parameters as inputs, deploys a
3232
=== Important considerations
3333

3434
* The deployment of cloud resources will incur costs.
35-
** Refer to the link:https://calculator.aws/#[AWS pricing calculator^]for more information.
35+
** Refer to the link:https://calculator.aws/#[AWS pricing calculator]for more information.
3636

3737
* The Neo4j CloudFormation template deploys a new VPC.
3838
** AWS accounts are limited to an initial quota of 5 VPCs (you can view your current quota by viewing the *Limits* page of the Amazon EC2 console).
@@ -258,7 +258,7 @@ When deploying Neo4j, users are required to confirm that they either have an ent
258258

259259
If you require the Enterprise version of either Graph Data Science or Bloom, you need to provide a key issued by Neo4j as this will be required during the installation.
260260

261-
To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form^].
261+
To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form].
262262

263263
== Delete CloudFormation Stack and destroy resources
264264

modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Neo4j can be easily deployed on Virtual Machine instances in Microsoft Azure by using the link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[official listing for Neo4j Enterprise] on the Azure Marketplace.
66

77
The Azure Marketplace listing uses an Azure Resource Manager (ARM) template maintained by Neo4j.
8-
The template's code is available on link:https://github.com/neo4j-partners/azure-resource-manager-neo4j/tree/main/marketplace[GitHub^] and can be customized to meet more complex or bespoke use cases.
8+
The template's code is available on link:https://github.com/neo4j-partners/azure-resource-manager-neo4j/tree/main/marketplace[GitHub] and can be customized to meet more complex or bespoke use cases.
99

1010

1111
[NOTE]
@@ -16,7 +16,7 @@ The Neo4j Azure Marketplace listings (and listings on GitHub) use Azure Resource
1616

1717
== Supported Neo4j versions
1818

19-
The Neo4j link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[Azure marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 5 or 4.4.
19+
The Neo4j link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[Azure marketplace listing] can be configured to deploy either Neo4j Enterprise Edition 5 or 4.4.
2020
The ARM template always installs the latest available version.
2121

2222
== Neo4j ARM template
@@ -28,7 +28,7 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
2828
=== Important considerations
2929

3030
* The deployment of cloud resources incurs costs.
31-
** Refer to the link:https://azure.microsoft.com/en-gb/pricing/calculator/[Azure pricing calculator^]for more information.
31+
** Refer to the link:https://azure.microsoft.com/en-gb/pricing/calculator/[Azure pricing calculator]for more information.
3232

3333
* You need to create a resource group.
3434
** You need to choose an empty resource group or create a new one.
@@ -135,7 +135,7 @@ When deploying Neo4j, users are required to confirm that they either have an ent
135135

136136
If you require the Enterprise version of either Graph Data Science or Bloom, you need to provide a key issued by Neo4j as this will be required during the installation.
137137

138-
To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form^].
138+
To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form].
139139

140140
== Delete Azure deployment Stack and destroy resources
141141

modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
[[gcp]]
33
= Neo4j on GCP
44

5-
Neo4j Edition can be easily deployed on Virtual Machines in Google Cloud Platform (GCP) by using the link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[official listing for Neo4j Enterprise Edition] or https://console.cloud.google.com/marketplace/product/neo4j/neo4j-community-edition?project=cohesive-point-368015[Neo4j Community Edition] on the GCP Marketplace].
5+
Neo4j Edition can be easily deployed on Virtual Machines in Google Cloud Platform (GCP) by using the link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[official listing for Neo4j Enterprise Edition] or link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-community-edition?project=cohesive-point-368015[Neo4j Community Edition] on the GCP Marketplace].
66

77
The GCP Marketplace listing uses a Deployment Manager template maintained by Neo4j.
8-
The template's code is available on link:https://github.com/neo4j-partners/google-deployment-manager-neo4j[GitHub^] and can be customized to meet more complex or bespoke use cases.
8+
The template's code is available on link:https://github.com/neo4j-partners/google-deployment-manager-neo4j[GitHub] and can be customized to meet more complex or bespoke use cases.
99

1010

1111
[NOTE]
@@ -16,7 +16,7 @@ The Neo4j GCP Marketplace listings (and listings on GitHub) use Deployment Manag
1616

1717
== Supported Neo4j versions
1818

19-
The Neo4j link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[GCP marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 5, or 4.4, or Neo4j Community Edition 5.
19+
The Neo4j link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[GCP marketplace listing] can be configured to deploy either Neo4j Enterprise Edition 5, or 4.4, or Neo4j Community Edition 5.
2020
The Deployment Manager template always installs the latest available version.
2121

2222
== Neo4j Deployment Manager template
@@ -27,7 +27,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy
2727
=== Important considerations
2828

2929
* The deployment of cloud resources incurs costs.
30-
** Refer to the link:https://cloud.google.com/products/calculator/[GCP pricing calculator^]for more information.
30+
** Refer to the link:https://cloud.google.com/products/calculator/[GCP pricing calculator]for more information.
3131

3232
* The Neo4j Deployment Manager template deploys a new VPC, containing a single subnet based in the requested region.
3333
** Unlike Azure and AWS where subnets are aligned to specific zones, GCP subnets are regional (and VPCs are global).
@@ -128,7 +128,7 @@ When deploying Neo4j, you are required to confirm that you either have an Enterp
128128

129129
If you require the Enterprise version of either Graph Data Science or Bloom, you need to provide a key issued by Neo4j as this is required during the installation.
130130

131-
To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form^].
131+
To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form].
132132

133133
== Delete deployment and destroy resources
134134

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,23 @@ The configured server uses all the addresses from the SRV record to join or form
104104
[[clustering-discovery-k8s]]
105105
=== Discovery in Kubernetes
106106

107-
A special case is when a cluster is running in https://kubernetes.io/[Kubernetes^] and each server is running as a Kubernetes service.
108-
Then, the addresses of the other servers can be obtained using the List Service API, as described in the https://kubernetes.io/docs/reference/kubernetes-api/[Kubernetes API documentation^].
107+
A special case is when a cluster is running in link:https://kubernetes.io/[Kubernetes] and each server is running as a Kubernetes service.
108+
Then, the addresses of the other servers can be obtained using the List Service API, as described in the link:https://kubernetes.io/docs/reference/kubernetes-api/[Kubernetes API documentation].
109109

110110
The following settings are used to configure for this scenario:
111111

112112
* Set `dbms.cluster.discovery.resolver_type=K8S`.
113113
* Set `xref:configuration/configuration-settings.adoc#config_dbms.kubernetes.label_selector[dbms.kubernetes.label_selector]` to the label selector for the cluster services.
114-
For more information, see the https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors[Kubernetes official documentation^].
114+
For more information, see the link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors[Kubernetes official documentation].
115115
* Set xref:configuration/configuration-settings.adoc#config_dbms.kubernetes.discovery.service_port_name[`dbms.kubernetes.discovery.service_port_name]` to the name of the service port used in the Kubernetes service definition for the Core's discovery port.
116-
For more information, see the https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/[Kubernetes official documentation^].
116+
For more information, see the link:https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/[Kubernetes official documentation].
117117

118118
With this configuration, `dbms.cluster.endpoints` is not used and any value assigned to it is ignored.
119119

120120
[NOTE]
121121
====
122122
* The pod running Neo4j must use a service account that has permission to list services.
123-
For further information, see the Kubernetes documentation on https://kubernetes.io/docs/reference/access-authn-authz/rbac/[RBAC authorization^] or https://kubernetes.io/docs/reference/access-authn-authz/abac/[ABAC authorization^].
123+
For further information, see the Kubernetes documentation on link:https://kubernetes.io/docs/reference/access-authn-authz/rbac/[RBAC authorization] or link:https://kubernetes.io/docs/reference/access-authn-authz/abac/[ABAC authorization].
124124
* The configured `server.cluster.advertised_address` must exactly match the Kubernetes-internal DNS name, which is of the form `<service-name>.<namespace>.svc.cluster.local`.
125125
====
126126

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,8 +3332,8 @@ m|+++true+++
33323332

33333333
== Kubernetes settings
33343334

3335-
The Kubernetes settings are used to configure a cluster running on https://kubernetes.io/[Kubernetes^], where each server is running as a Kubernetes service.
3336-
The addresses of the other servers can be obtained using the List Service API, as described in the https://kubernetes.io/docs/reference/kubernetes-api/[Kubernetes API documentation^].
3335+
The Kubernetes settings are used to configure a cluster running on https://kubernetes.io/[Kubernetes], where each server is running as a Kubernetes service.
3336+
The addresses of the other servers can be obtained using the List Service API, as described in the https://kubernetes.io/docs/reference/kubernetes-api/[Kubernetes API documentation].
33373337
For more information, see xref:clustering/setup/discovery.adoc#clustering-discovery-k8s[Discovery in Kubernetes].
33383338

33393339

modules/ROOT/pages/configuration/plugins.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ The following plugins are supported:
2626
| APOC Extended
2727
| `apoc-extended`
2828
|
29-
| https://neo4j.com/labs/apoc/5/[APOC Extended user guide (Labs project)]
29+
| link:https://neo4j.com/labs/apoc/5/[APOC Extended user guide (Labs project)]
3030

3131
| APOC
3232
| `apoc`
3333
|
34-
| https://neo4j.com/docs/apoc/current/[APOC user guide]
34+
| link:https://neo4j.com/docs/apoc/current/[APOC user guide]
3535

3636
| Bloom Enterprise footnote:[You can also get basic access to Bloom via Graph Apps in Neo4j Desktop without a license key. See link:{neo4j-docs-base-uri}/bloom-user-guide/current/bloom-installation/bloom-deployment-modes/[Bloom deployment modes] for more details.]
3737
| `bloom`
@@ -66,7 +66,7 @@ The following plugins are supported:
6666
| Neo Semantics
6767
| `n10s`
6868
|
69-
| https://neo4j.com/labs/nsmtx-rdf/[Neo Semantics]
69+
| link:https://neo4j.com/labs/nsmtx-rdf/[Neo Semantics]
7070
|===
7171

7272
For more information on using plugins in a different Neo4j setup, see:

0 commit comments

Comments
 (0)