Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 0044df3

Browse files
authored
docs: fix IPFS-101 example URL (#40)
1 parent 3af7a34 commit 0044df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/full-s3-repo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Full S3 Repo
22
======
33

4-
This example leverages the code from https://github.com/ipfs/js-ipfs/tree/master/examples/ipfs-101,
4+
This example leverages the code from https://github.com/ipfs-examples/js-ipfs-examples/tree/master/examples/ipfs-101,
55
but uses an instantiated S3 instance to serve as the entire backend for ipfs.
66

77
## Running
@@ -20,4 +20,4 @@ Once the S3 instance has its needed data, you can run the example:
2020
```
2121
npm install
2222
node index.js
23-
```
23+
```

0 commit comments

Comments
 (0)