From 0c918968180bf411e46e6271e06fafb1168ae90f Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 18 Nov 2021 22:06:37 -0600 Subject: [PATCH] Update BROWSERS.md - fixing a broken link. Per https://github.com/ipfs/js-ipfs/issues/3939#issuecomment-972606106, fixing the `examples` link to point to https://github.com/ipfs-examples. --- docs/BROWSERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BROWSERS.md b/docs/BROWSERS.md index 5599541944..cffebd8070 100644 --- a/docs/BROWSERS.md +++ b/docs/BROWSERS.md @@ -76,4 +76,4 @@ document.addEventListener('DOMContentLoaded', async () => { ``` -More advanced examples and tutorials can be found in the [examples](../examples) +More advanced examples and tutorials can be found in the [examples](https://github.com/ipfs-examples)