Skip to content

Commit b06f437

Browse files
Fix broken links (#2746)
Several links in the Ops manual were broken due to recent changes: - The `github.com/neo4j-partners/amazon-cloud-formation-neo4j` repo was restructured. - The GELF documentation was updated, resulting in moved pages. - The 'Import data` tutorial was removed from the Getting Started Guide.
1 parent f3081fa commit b06f437

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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/marketplace/neo4j-enterprise/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/neo4j.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

modules/ROOT/pages/kubernetes/import-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To import data from CSV files into Neo4j, use the command `neo4j-admin database
1717
* The xref:import.adoc[`neo4j-admin database import`] command can be used to do batch imports of large amounts of data into a previously unused database and can only be performed once per database.
1818
* `LOAD CSV` Cypher statement can be used to import small to medium-sized CSV files into an existing database.
1919
`LOAD CSV` can be run as many times as needed and does not require an empty database.
20-
For a simple example, see link:https://neo4j.com/docs/getting-started/cypher-intro/load-csv/[Getting Started Guide -> Import data].
20+
For details, see link:https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/[Cypher manual -> `LOAD CSV`].
2121

2222
[NOTE]
2323
====

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ There are also a couple of built-in templates available from the classpath, for
534534
| https://github.com/logstash/log4j-jsonevent-layout[Logstash `json_event` pattern for Log4j]
535535

536536
| classpath:GelfLayout.json
537-
| https://go2docs.graylog.org/current/getting_in_log_data/gelf.html#GELFPayloadSpecification[Graylog Extended Log Format (GELF) payload specification] with additional `_thread` and `_logger` fields.
537+
| https://go2docs.graylog.org/5-0/getting_in_log_data/gelf.html?Highlight=Payload#GELFPayloadSpecification[Graylog Extended Log Format (GELF) payload specification] with additional `_thread` and `_logger` fields.
538538

539539
| classpath:GcpLayout.json
540540
| https://cloud.google.com/logging/docs/structured-logging[Google Cloud Platform structured logging] with additional `_thread`, `_logger`, and `_exception` fields.

0 commit comments

Comments
 (0)