File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ 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.d ) - stored in the os filesystem
27
27
- mem-repo - stored in process memory
28
28
- s3-repo - stored in amazon s3
29
29
@@ -33,7 +33,7 @@ Repo Implementations:
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/ ) 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