From 1b99ae254bf46b5d6a62de004f7f33ce65dfa49b Mon Sep 17 00:00:00 2001 From: jzakotnik Date: Fri, 27 Sep 2024 17:06:40 +0200 Subject: [PATCH] Fixed broken links in databases documentation --- docs/DATABASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DATABASES.md b/docs/DATABASES.md index 9ec0a11..27cad02 100644 --- a/docs/DATABASES.md +++ b/docs/DATABASES.md @@ -264,7 +264,7 @@ CustomDB.type = type export default CustomDB ``` -[Documents](../src/db/documents.js), [Events](../src/db/events.js) and [KeyValue](../src/db/keyvalue.js) provide good examples of how a database is implemented in OrbitDB and how to add the logic for returning records from the database (the state of the database). +[Documents](../src/databases/documents.js), [Events](../src/databases/events.js) and [KeyValue](../src/databases/keyvalue.js) provide good examples of how a database is implemented in OrbitDB and how to add the logic for returning records from the database (the state of the database). To use a custom database, add it to the list of supported database types: