From 41d7e24e5bc5d04196b32a98c7adeef9ba49cd59 Mon Sep 17 00:00:00 2001 From: Kia Rahimian Date: Thu, 12 Jul 2018 16:17:35 -0400 Subject: [PATCH] docs: fix event links --- API.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index d7eb733..f97a9c8 100644 --- a/API.md +++ b/API.md @@ -65,8 +65,8 @@ const db = await orbitdb.keyvalue('profile') - [replicated](#replicated) - [replicate](#replicate) - [replicate.progress](#replicateprogress) - - [load](#load) - - [load.progress](#loadprogess) + - [load](#load-1) + - [load.progress](#loadprogress) - [ready](#ready) - [write](#write) diff --git a/README.md b/README.md index 7c53839..6ddd3d1 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ After creating an `OrbitDB` instance , you can access the different data stores. - [replicated](https://github.com/orbitdb/orbit-db/blob/master/API.md#replicated) - [replicate](https://github.com/orbitdb/orbit-db/blob/master/API.md#replicate) - [replicate.progress](https://github.com/orbitdb/orbit-db/blob/master/API.md#replicateprogress) - - [load](https://github.com/orbitdb/orbit-db/blob/master/API.md#load) + - [load](https://github.com/orbitdb/orbit-db/blob/master/API.md#load-1) - [load.progress](https://github.com/orbitdb/orbit-db/blob/master/API.md#loadprogress) - [ready](https://github.com/orbitdb/orbit-db/blob/master/API.md#ready) - [write](https://github.com/orbitdb/orbit-db/blob/master/API.md#write)