File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ actually stores the data IPFS nodes use. All IPFS objects are stored
20
20
in a repo (similar to git).
21
21
22
22
There are many possible repo implementations, depending on the storage media
23
- used. Most commonly, IPFS nodes use an [ fs-repo] ( fs-repo ) .
23
+ used. Most commonly, IPFS nodes use an [ fs-repo] ( REPO_FS.md ) .
24
24
25
25
Repo Implementations:
26
- - [ fs-repo] ( fs-repo ) - stored in the os filesystem
26
+ - [ fs-repo] ( REPO_FS.md ) - stored in the os filesystem
27
27
- mem-repo - stored in process memory
28
28
- s3-repo - stored in amazon s3
29
29
30
30
<center >
31
- <img src =" ipfs-repo.png " width =" 256 " />
31
+ <img src =" img/ ipfs-repo.png" width =" 256 " />
32
32
</center >
33
33
34
34
## Repo Contents
35
35
36
- The Repo stores a collection of [ IPLD] ( ../merkledag/ipld.md ) objects that represent:
36
+ The Repo stores a collection of [ IPLD] ( https://github.com/ipld/specs#readme ) objects that represent:
37
37
38
38
- ** config** - node configuration and settings
39
39
- ** datastore** - content stored locally, and indexing data
You can’t perform that action at this time.
0 commit comments