Skip to content

Commit 87a012d

Browse files
DOCCORE-199 Some small fixes across pages (#2910) (#2917)
1. Fix the broken link to the Github repo 2. Fix the cross-reference 3. Remove labels 'Introduced in 5.x'
1 parent 0202a8a commit 87a012d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The CloudFormation template always installs the latest available version.
2424

2525
AWS CloudFormation is a declarative Infrastructure as Code (IaC) language that is based on YAML and instructs AWS to deploy a set of cloud resources.
2626

27-
The Neo4j CloudFormation template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/blob/main/neo4j.template.yaml[GitHub].
27+
The Neo4j CloudFormation template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/blob/main/ee/neo4j-ee.template.yaml[GitHub].
2828
It takes several parameters as inputs, deploys a set of cloud resources, and provides outputs that can be used to connect to a Neo4j DBMS.
2929

3030
=== Important considerations
@@ -308,4 +308,4 @@ To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo
308308
== Delete CloudFormation Stack and destroy resources
309309

310310
Select the CloudFormation stack to be removed and click the *Delete* button.
311-
The stack deletion cleans up all AWS resources deployed by it.
311+
The stack deletion cleans up all AWS resources deployed by it.

modules/ROOT/pages/docker/docker-compose-standalone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: Running Neo4j in a Docker container using Docker Compose
2-
:page-role: new-5.24
2+
33
[[docker-compose-neo4j-standalone]]
44
= Deploy a Neo4j standalone server using Docker Compose
55

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ To get that capability, set xref:configuration/configuration-settings.adoc#confi
906906
| `false`
907907
a|
908908
If `true`, obfuscates all error information that can contain sensitive data before writing it to the log.
909-
This applies to error messages when the query log uses pattern layout or xref:#_use_json_format_for_the_query_log[JSON layout] with fields such as `failureReason` and `statusDescription`, where `statusDescription` is an element of `errorInfo`.
909+
This applies to error messages when the query log uses pattern layout or <<#_use_json_format_for_the_query_log,JSON layout>> with fields such as `failureReason` and `statusDescription`, where `statusDescription` is an element of `errorInfo`.
910910

911911
It is recommended to set this setting to `true` in production.
912912

modules/ROOT/pages/security/ssl-fips-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= Configuring SSL for FIPS 140-2 compatibility
33
:description: How to configure Neo4j to use FIPS compatible SSL encryption.
44
:keywords: ssl, tls, authentication, encryption, encrypted, security, fips, fips 140, fips 140-2, nist, hipaa
5-
:page-role: enterprise-edition new-5.24
5+
:page-role: enterprise-edition
66

77
Federal Information Processing Standards (FIPS) 140 is a U.S. government standard established by the National Institute of Standards and Technology (NIST) which is used to accredit cryptographic modules such as those used in TLS network encryption.
88
While FIPS 140 compliance is primarily required for federal agencies and their contractors, it also is used in the healthcare sector under regulations like the Health Insurance Portability and Accountability Act (HIPAA) to protect patient data.

0 commit comments

Comments
 (0)