From b3ed3f1a49f58aae40423c407dbca94c947dfd6d Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Mon, 3 Oct 2016 14:21:53 +0200 Subject: [PATCH] Fix links to Neo4j documentation Both will be 404 soon (if not already). --- neo4j/README.md | 4 ++-- neo4j/content.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/neo4j/README.md b/neo4j/README.md index 951a9c9a7..6f50a7945 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -60,7 +60,7 @@ By default, this requires you to login with `neo4j/neo4j` and change the passwor ## Note on version 2.3 -Neo4j 3.0 introduced several major user-facing changes, primarily the new binary Bolt protocol. This is not available in 2.3 and as such, there is no need to expose the `7687` port. Due to changes made to the structure of configuration files, several environment variables used to configure the image has changed as well. Please see the [2.x specific section in the manual](http://neo4j.com/developer/docker-2.x/) for further details. +Neo4j 3.0 introduced several major user-facing changes, primarily the new binary Bolt protocol. This is not available in 2.3 and as such, there is no need to expose the `7687` port. Due to changes made to the structure of configuration files, several environment variables used to configure the image has changed as well. Please see the [2.x specific section in the manual](http://neo4j.com/developer/docker-23/) for further details. You can start an instance of Neo4j 2.3 like this: @@ -73,7 +73,7 @@ docker run \ # Documentation -For more examples and complete documentation please go [here for 2.x](http://neo4j.com/developer/docker-2.x/) and [here for 3.x](http://neo4j.com/developer/docker-3.x/). +For more examples and complete documentation please go [here for 2.x](http://neo4j.com/developer/docker-23/) and [here for 3.x](http://neo4j.com/docs/operations-manual/current/deployment/single-instance/docker/). # Supported Docker versions diff --git a/neo4j/content.md b/neo4j/content.md index 26ef97837..8d4fb1a7e 100644 --- a/neo4j/content.md +++ b/neo4j/content.md @@ -25,7 +25,7 @@ By default, this requires you to login with `neo4j/neo4j` and change the passwor ## Note on version 2.3 -Neo4j 3.0 introduced several major user-facing changes, primarily the new binary Bolt protocol. This is not available in 2.3 and as such, there is no need to expose the `7687` port. Due to changes made to the structure of configuration files, several environment variables used to configure the image has changed as well. Please see the [2.x specific section in the manual](http://neo4j.com/developer/docker-2.x/) for further details. +Neo4j 3.0 introduced several major user-facing changes, primarily the new binary Bolt protocol. This is not available in 2.3 and as such, there is no need to expose the `7687` port. Due to changes made to the structure of configuration files, several environment variables used to configure the image has changed as well. Please see the [2.x specific section in the manual](http://neo4j.com/developer/docker-23/) for further details. You can start an instance of Neo4j 2.3 like this: @@ -38,4 +38,4 @@ docker run \ # Documentation -For more examples and complete documentation please go [here for 2.x](http://neo4j.com/developer/docker-2.x/) and [here for 3.x](http://neo4j.com/developer/docker-3.x/). +For more examples and complete documentation please go [here for 2.x](http://neo4j.com/developer/docker-23/) and [here for 3.x](http://neo4j.com/docs/operations-manual/current/deployment/single-instance/docker/).