Fix mark down links to pass linting

This commit is contained in:
Wolfgang Huß 2024-09-18 09:36:39 +02:00
parent 5bc5ae68a8
commit 374fd25793
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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).