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

Commit c9f1d1b

Browse files
committed
Fix link
1 parent e8d2454 commit c9f1d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Same as in Node.js, you just have to [browserify](https://github.com/substack/js
3737

3838
### In the Browser through `<script>` tag
3939

40-
Make the [ipfsapi.min.js](/ipfsapi.min.js) available through your server and load it using a normal `<script>` tag, this will export the `ipfsAPI` constructor on the `window` object, such that:
40+
Make the [ipfsapi.min.js](https://github.com/ipfs/js-ipfs-api/blob/master/dist/ipfsapi.min.js) available through your server and load it using a normal `<script>` tag, this will export the `ipfsAPI` constructor on the `window` object, such that:
4141

4242
```
4343
var ipfs = window.ipfsAPI('localhost', '5001')

0 commit comments

Comments
 (0)