mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-07-03 19:12:30 +00:00
Fixed broken links in databases documentation
This commit is contained in:
parent
cfd0bc1b41
commit
1b99ae254b
@ -264,7 +264,7 @@ CustomDB.type = type
|
|||||||
export default CustomDB
|
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:
|
To use a custom database, add it to the list of supported database types:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user