Skip to content

Commit

Permalink
Fix mark down links to pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirokk committed Sep 18, 2024
1 parent 5bc5ae6 commit 374fd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion neo4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 374fd25

Please sign in to comment.