From cfdeeff25b08cd02ebfd2a926dbedd925bdd897f Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 11 Jan 2018 10:27:44 +0000 Subject: [PATCH] fixes title and links --- SPEC/MISCELLANEOUS.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SPEC/MISCELLANEOUS.md b/SPEC/MISCELLANEOUS.md index ee6e2dd91..599163503 100644 --- a/SPEC/MISCELLANEOUS.md +++ b/SPEC/MISCELLANEOUS.md @@ -1,4 +1,4 @@ -Generic API +Miscellaneous API =========== #### `id` @@ -51,8 +51,6 @@ ipfs.version((err, version) => { A great source of [examples][] can be found in the tests for this API. -[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/src/generic.js - #### `dns` > Resolve DNS links @@ -75,3 +73,7 @@ ipfs.dns('ipfs.io', (err, path) => { console.log(path) }) ``` + +A great source of [examples][] can be found in the tests for this API. + +[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/src/miscellaneous.js