From a32ef155b3cd2e3e22436c3ecb68f339e745d12c Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Sun, 17 Sep 2023 14:38:12 +0100 Subject: [PATCH] docs: Fix dead links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7797f7..ca9acbf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All databases are [implemented](https://github.com/orbitdb/orbitdb/tree/main/src * Status: **in active development** * Compatible with **ipfs-core versions >= 0.18.0** -***NOTE!*** *[js-ipfs](https://github.com/ipfs/js-ipfs) and related packages are now superseded by IPFS's [Helia](https://github.com/ipfs/helia) project and are no longer being maintained. As part of this migration, OrbitDB will be soon [switching to Helia](https://github.com/orbitdb/orbitdb/tree/helia).* +***NOTE!*** *[js-ipfs](https://github.com/ipfs/js-ipfs) and related packages are now superseded by IPFS's [Helia](https://github.com/ipfs/helia) project and are no longer being maintained. As part of this migration, OrbitDB will be soon [switching to Helia](https://github.com/ipfs/helia).* This is the Javascript implementation and it works both in **Browsers** and **Node.js** with support for Linux, OS X, and Windows. Node version 16 is supported. @@ -150,7 +150,7 @@ If you know of any other repos that ought to be included in this section, please ## Contributing -**Take a look at our organization-wide [Contributing Guide](https://github.com/orbitdb/welcome/blob/master/contributing.md).** You'll find most of your questions answered there. Some questions may be answered in the [FAQ](FAQ.md), as well. +**Take a look at our organization-wide [Contributing Guide](https://github.com/orbitdb/welcome/blob/master/contributing.md).** You'll find most of your questions answered there. If you want to code but don't know where to start, check out the issues labelled ["help wanted"](https://github.com/orbitdb/orbitdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+sort%3Areactions-%2B1-desc).