updated volumes link

This commit is contained in:
Jerae Duffin 2021-08-05 21:58:55 -05:00
parent ed5cad4884
commit 326b8efe9e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ For more information on the relation between Go and CockroachDB, please refer to
### Storage
The point of a database is to have a persistent store of data. [Volumes](../../storage/volumes/) are the preferred mechanism for persisting data generated by and used by Docker containers. Thus, before we start CockroachDB, let's create the volume for it.
The point of a database is to have a persistent store of data. [Volumes](../../storage/volumes.md) are the preferred mechanism for persisting data generated by and used by Docker containers. Thus, before we start CockroachDB, let's create the volume for it.
To create a managed volume, run :