Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e9f08c3

Browse files
committed
linkify multihash
1 parent c3bcf39 commit e9f08c3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If no `callback` is passed, a promise is returned.
106106

107107
##### `JavaScript` - ipfs.object.get(multihash, [options, callback])
108108

109-
`multihash` is a [multihash]() which can be passed as:
109+
`multihash` is a [multihash][] which can be passed as:
110110

111111
- Buffer, the raw Buffer of the multihash (or of and encoded version)
112112
- String, the toString version of the multihash (or of an encoded version)
@@ -126,7 +126,7 @@ If no `callback` is passed, a promise is returned.
126126
##### `Go` **WIP**
127127

128128
##### `JavaScript` - ipfs.object.data(multihash, [options, callback])
129-
`multihash` is a [multihash]() which can be passed as:
129+
`multihash` is a [multihash][] which can be passed as:
130130

131131
- Buffer, the raw Buffer of the multihash (or of and encoded version)
132132
- String, the toString version of the multihash (or of an encoded version)
@@ -147,7 +147,7 @@ If no `callback` is passed, a promise is returned.
147147

148148
##### `JavaScript` - ipfs.object.links(multihash, [options, callback])
149149

150-
`multihash` is a [multihash]() which can be passed as:
150+
`multihash` is a [multihash][] which can be passed as:
151151

152152
- Buffer, the raw Buffer of the multihash (or of and encoded version)
153153
- String, the toString version of the multihash (or of an encoded version)
@@ -172,7 +172,7 @@ If no `callback` is passed, a promise is returned.
172172

173173
##### `JavaScript` - ipfs.object.stat(multihash, [options, callback])
174174

175-
`multihash` is a [multihash]() which can be passed as:
175+
`multihash` is a [multihash][] which can be passed as:
176176

177177
- Buffer, the raw Buffer of the multihash (or of and encoded version)
178178
- String, the toString version of the multihash (or of an encoded version)
@@ -212,7 +212,7 @@ If no `callback` is passed, a promise is returned.
212212

213213
##### `JavaScript` - ipfs.object.patch.addLink(multihash, DAGLink, [options, callback])
214214

215-
`multihash` is a [multihash]() which can be passed as:
215+
`multihash` is a [multihash][] which can be passed as:
216216

217217
- Buffer, the raw Buffer of the multihash (or of and encoded version)
218218
- String, the toString version of the multihash (or of an encoded version)
@@ -239,7 +239,7 @@ If no `callback` is passed, a promise is returned.
239239

240240
##### `JavaScript` - ipfs.object.patch.rmLink(multihash, DAGLink, [options, callback])
241241

242-
`multihash` is a [multihash]() which can be passed as:
242+
`multihash` is a [multihash][] which can be passed as:
243243

244244
- Buffer, the raw Buffer of the multihash (or of and encoded version)
245245
- String, the toString version of the multihash (or of an encoded version)
@@ -266,7 +266,7 @@ If no `callback` is passed, a promise is returned.
266266

267267
##### `JavaScript` - ipfs.object.patch.appendData(multihash, data, [options, callback])
268268

269-
`multihash` is a [multihash]() which can be passed as:
269+
`multihash` is a [multihash][] which can be passed as:
270270

271271
- Buffer, the raw Buffer of the multihash (or of and encoded version)
272272
- String, the toString version of the multihash (or of an encoded version)
@@ -293,7 +293,7 @@ If no `callback` is passed, a promise is returned.
293293

294294
##### `JavaScript` - ipfs.object.patch.setData(multihash, data, [options, callback])
295295

296-
`multihash` is a [multihash]() which can be passed as:
296+
`multihash` is a [multihash][] which can be passed as:
297297

298298
- Buffer, the raw Buffer of the multihash (or of and encoded version)
299299
- String, the toString version of the multihash (or of an encoded version)
@@ -310,3 +310,4 @@ If no `callback` is passed, a promise is returned.
310310

311311

312312
[DAGNode]: https://github.com/vijayee/js-ipfs-merkle-dag
313+
[multihash]: http://github.com/jbenet/multihash

0 commit comments

Comments
 (0)