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

Fixing IPFS-101 example URL #40

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/full-s3-repo/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,4 +20,4 @@ Once the S3 instance has its needed data, you can run the example:
```
npm install
node index.js
```
```