From 3fb50ed66f231dc3f67b25500d012f64a5bb8377 Mon Sep 17 00:00:00 2001 From: Ryan Baumann Date: Mon, 7 Jun 2021 04:01:13 +0000 Subject: [PATCH] Update from Forestry.io Ryan Baumann updated src/_blog/a-guide-to-ipfs-connectivity-in-web-browsers.md --- src/_blog/a-guide-to-ipfs-connectivity-in-web-browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/a-guide-to-ipfs-connectivity-in-web-browsers.md b/src/_blog/a-guide-to-ipfs-connectivity-in-web-browsers.md index 258b4a86..45c6bf30 100644 --- a/src/_blog/a-guide-to-ipfs-connectivity-in-web-browsers.md +++ b/src/_blog/a-guide-to-ipfs-connectivity-in-web-browsers.md @@ -45,7 +45,7 @@ The chat example achieves this in 2 ways. Using WebRTC-Star we achieve direct br ## 🐳 Docker (optional) -If you don't want to use docker, skip to [**WebRTC-Star**](#🌟-WebRTC-Star). +If you don't want to use docker, skip to [**WebRTC-Star**](#🌟-webrtc-star). After this section we'll go over what WebRTC-Star and circuit-relay do, and how to set them up. However if you'd like to quickly roll your own kit using docker, I've prepared an image you can use. It might not be the best long-term solution, but it should be great if you want to quickly get rolling and experiment.