diff --git a/examples/full-s3-repo/README.md b/examples/full-s3-repo/README.md index 64732f6..a29cfa9 100644 --- a/examples/full-s3-repo/README.md +++ b/examples/full-s3-repo/README.md @@ -1,7 +1,7 @@ Full S3 Repo ====== -This example leverages the code from https://github.com/ipfs/js-ipfs/tree/master/examples/ipfs-101, +This example leverages the code from https://github.com/ipfs-examples/js-ipfs-examples/tree/master/examples/ipfs-101, but uses an instantiated S3 instance to serve as the entire backend for ipfs. ## Running @@ -20,4 +20,4 @@ Once the S3 instance has its needed data, you can run the example: ``` npm install node index.js -``` \ No newline at end of file +```