From d40c0295826a4c1028d6b76d01946fa7b5297575 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 28 Apr 2020 10:42:05 -0700 Subject: [PATCH] Fix docs database link. --- docs/GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 9e399993..a442c2b2 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -108,14 +108,14 @@ and respond to requests. * `logger`: the default logging format for the CA is `text`. The other option is `json`. -* `db`: data persistence layer. See [database documentation](./db.md) for more +* `db`: data persistence layer. See [database documentation](./database.md) for more info. - type: `badger`, `bbolt`, `mysql`, etc. - dataSource: `string` that can be interpreted differently depending on the type of the database. Usually a path to where the data is stored. See - the [database configuration docs](./db.md#configuration) for more info. + the [database configuration docs](./database.md#configuration) for more info. - database: name of the database. Used for backends that may have multiple databases. e.g. MySQL