From d8e1089a9adf8e29cdd12123d7748255eda3d351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Tenorio-Forn=C3=A9s?= Date: Mon, 17 Jul 2017 16:49:49 +0200 Subject: [PATCH] Fix docstore function links Fix broken links --- API.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/API.md b/API.md index b9b6f43..dc45d51 100644 --- a/API.md +++ b/API.md @@ -70,11 +70,11 @@ Choose this options if you're using `orbitd-db` to develop **Desktop** (or "head - [remove(hash)](#feedname) - [events](#feedname) - [docstore(name, options)](#docstorename-options) - - [put(doc)]() - - [get(hash)]() - - [query(mapper)]() - - [del(key)]() - - [events]() + - [put(doc)](#docstorename-options) + - [get(hash)](#docstorename-options) + - [query(mapper)](#docstorename-options) + - [del(key)](#docstorename-options) + - [events](#docstorename-options) - [counter(name)](#countername) - [value](#countername) - [inc([amount])](#countername)