Skip to content

Commit 18e0494

Browse files
Update links in IPFS Repo
1 parent 0c055cb commit 18e0494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

REPO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ 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.d) - stored in the os filesystem
2727
- mem-repo - stored in process memory
2828
- s3-repo - stored in amazon s3
2929

@@ -33,7 +33,7 @@ Repo Implementations:
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/) objects that represent:
3737

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

0 commit comments

Comments
 (0)