mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Fix API doc links
This commit is contained in:
parent
0eefaa4126
commit
7199d10e12
10
API.md
10
API.md
@ -119,7 +119,7 @@ After creating an instance of `orbitd-db`, you can now access the different data
|
|||||||
db.events.on('data', (dbname, event) => ... )
|
db.events.on('data', (dbname, event) => ... )
|
||||||
```
|
```
|
||||||
|
|
||||||
See [events](#stores) for full description.
|
See [events](#events) for full description.
|
||||||
|
|
||||||
### eventlog(name)
|
### eventlog(name)
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ After creating an instance of `orbitd-db`, you can now access the different data
|
|||||||
db.events.on('data', (dbname, event) => ... )
|
db.events.on('data', (dbname, event) => ... )
|
||||||
```
|
```
|
||||||
|
|
||||||
See [events](#stores) for full description.
|
See [events](#events) for full description.
|
||||||
|
|
||||||
### feed(name)
|
### feed(name)
|
||||||
|
|
||||||
@ -200,7 +200,7 @@ After creating an instance of `orbitd-db`, you can now access the different data
|
|||||||
db.events.on('data', (dbname, event) => ... )
|
db.events.on('data', (dbname, event) => ... )
|
||||||
```
|
```
|
||||||
|
|
||||||
See [events](#stores) for full description.
|
See [events](#events) for full description.
|
||||||
|
|
||||||
### docstore(name, options)
|
### docstore(name, options)
|
||||||
|
|
||||||
@ -246,7 +246,7 @@ After creating an instance of `orbitd-db`, you can now access the different data
|
|||||||
db.events.on('data', (dbname, event) => ... )
|
db.events.on('data', (dbname, event) => ... )
|
||||||
```
|
```
|
||||||
|
|
||||||
See [events](#stores) for full description.
|
See [events](#events) for full description.
|
||||||
|
|
||||||
### counter(name)
|
### counter(name)
|
||||||
|
|
||||||
@ -278,7 +278,7 @@ After creating an instance of `orbitd-db`, you can now access the different data
|
|||||||
db.events.on('data', (dbname, event) => ... )
|
db.events.on('data', (dbname, event) => ... )
|
||||||
```
|
```
|
||||||
|
|
||||||
See [events](#stores) for full description.
|
See [events](#events) for full description.
|
||||||
|
|
||||||
### disconnect()
|
### disconnect()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user