Skip to content

Commit dc0fa68

Browse files
authored
Merge pull request #233 from Alexey-N-Chernyshov/patch-1
Update links in IPFS Repo
2 parents 0c055cb + d1a3ae7 commit dc0fa68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

REPO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ actually stores the data IPFS nodes use. All IPFS objects are stored
2020
in a repo (similar to git).
2121

2222
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).
2424

2525
Repo Implementations:
26-
- [fs-repo](fs-repo) - stored in the os filesystem
26+
- [fs-repo](REPO_FS.md) - stored in the os filesystem
2727
- mem-repo - stored in process memory
2828
- s3-repo - stored in amazon s3
2929

3030
<center>
31-
<img src="ipfs-repo.png" width="256" />
31+
<img src="img/ipfs-repo.png" width="256" />
3232
</center>
3333

3434
## Repo Contents
3535

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:
3737

3838
- **config** - node configuration and settings
3939
- **datastore** - content stored locally, and indexing data

0 commit comments

Comments
 (0)