mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix mark down links to pass linting
This commit is contained in:
parent
5bc5ae68a8
commit
374fd25793
@ -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
|
||||
|
||||
|
||||
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user