@@ -170,21 +170,21 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
170170 - alias to ` ipfs .get `
171171 - ` ipfs .ls `
172172 - mfs (mutable file system) specific:
173- - [ ` ipfs .files .cp ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#cp)
174- - [ ` ipfs .files .ls ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#ls)
175- - [ ` ipfs .files .mkdir ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#mkdir)
176- - [ ` ipfs .files .stat ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#stat)
177- - [ ` ipfs .files .rm ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#rm)
178- - [ ` ipfs .files .read ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#read)
179- - [ ` ipfs .files .write ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#write)
180- - [ ` ipfs .files .mv ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/files#mv)
173+ - ` ipfs .files .cp `
174+ - ` ipfs .files .ls `
175+ - ` ipfs .files .mkdir `
176+ - ` ipfs .files .stat `
177+ - ` ipfs .files .rm `
178+ - ` ipfs .files .read `
179+ - ` ipfs .files .write `
180+ - ` ipfs .files .mv `
181181- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md)
182182 - [` ipfs .block .get (cid, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#get)
183183 - [` ipfs .block .put (block, cid, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#put)
184184 - [` ipfs .block .stat (cid, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#stat)
185- - [ repo](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo)
186- - [ ` ipfs .repo .stat ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo#stat)
187- - [ ` ipfs .repo .gc ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/repo#gc)
185+ - repo
186+ - ` ipfs .repo .stat ()`
187+ - ` ipfs .repo .gc ()`
188188
189189#### ` Graph`
190190
@@ -237,8 +237,8 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
237237 - [` ipfs .swarm .disconnect (addr, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/SWARM.md#disconnect)
238238 - [` ipfs .swarm .peers ([opts] [, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/SWARM.md#peers)
239239- [name](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name)
240- - [` ipfs .name .publish ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name #publish)
241- - [` ipfs .name .resolve ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/name #resolve)
240+ - [` ipfs .name .publish ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/NAME.md #publish)
241+ - [` ipfs .name .resolve ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/NAME.md #resolve)
242242
243243#### ` Node Management`
244244
@@ -251,12 +251,12 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
251251 - [` ipfs .config .set (key, value, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
252252 - [` ipfs .config .replace (config, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configreplace)
253253- log:
254- - [ ` ipfs .log .ls ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)
255- - [ ` ipfs .log .tail ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)
256- - [ ` ipfs .log .level (subsystem, level, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/generic)
254+ - ` ipfs .log .ls ([callback])`
255+ - ` ipfs .log .tail ([callback])`
256+ - ` ipfs .log .level (subsystem, level, [options, callback])`
257257- key:
258- - [ ` ipfs .key .gen (name, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key#gen)
259- - [ ` ipfs .key .list ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/API/key#list)
258+ - ` ipfs .key .gen (name, [options, callback])`
259+ - ` ipfs .key .list ([options, callback])`
260260
261261#### ` Pubsub Caveat`
262262
0 commit comments