Skip to content

Commit

Permalink
fix: link to window.ipfs fallback demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 5, 2018
1 parent 64fcc21 commit 9563ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/window.ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ if (window.ipfs) {

Note that IPFS Companion also adds `window.Buffer` if it doesn't already exist.

See also: [How do I fallback if `window.ipfs` is not available?](#how-do-i-fallback-if-windowipfs-is-not-available)

### Error messages

If access was denied:
Expand Down Expand Up @@ -90,7 +92,7 @@ See the [js-ipfs](https://github.com/ipfs/js-ipfs#api)/[js-ipfs-api](https://git

## How do I fallback if `window.ipfs` is not available?

See the [example code](docs/examples/window.ipfs-fallback.html) for getting an IPFS instance with a fallback.
See the [example code](examples/window.ipfs-fallback.html) (and [live demo](https://ipfs-shipyard.github.io/ipfs-companion/docs/examples/window.ipfs-fallback.html)) for getting an IPFS instance with a fallback.

## What about IPFS node configuration?

Expand Down

0 comments on commit 9563ccd

Please sign in to comment.