diff --git a/deployment/deployment.md b/deployment/deployment.md index 0105d296c..52495ec44 100644 --- a/deployment/deployment.md +++ b/deployment/deployment.md @@ -90,7 +90,7 @@ In our deployments there are cases where the database is called `neo4j` (used by In the new deployment with Helm, we set the default database name by the environment variable `NEO4J_dbms_default__database` in the Helm `values.yaml`. See [Docker-specific configuration settings](https://neo4j.com/docs/operations-manual/4.4/docker/ref-settings/) -For more information see [Database Management Commands](/neo4j/README.md#database-management-commands). +For more information see [Database Management Commands](../neo4j/README.md#database-management-commands). #### Multiple Networks Backup diff --git a/neo4j/README.md b/neo4j/README.md index 7b5ab8723..e9a700e7f 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -216,4 +216,4 @@ You can switch back to an existing database without damaging it. It seems to be impossible to change the name of an existing database on the fly. To change the name of an existing database, we need to load a dump or restore a backup under a new name in Neo4j. -For more information on deployment, see [Default Database Name](/deployment/deployment.md#default-database-name). +For more information on deployment, see [Default Database Name](../deployment/deployment.md#default-database-name).