From ae4e7b4fc26db846d943e2726d246ceb02c4bf31 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Thu, 7 Jul 2022 10:39:15 -0700 Subject: [PATCH] Adding a link to a future ipfs-implementations doc This assumes something like https://github.com/ipfs/ipfs-docs/pull/1193 lands. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c87d726f57..05971e81ef6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It includes: - an [HTTP Gateway](https://github.com/ipfs/specs/tree/main/http-gateways#readme) (`/ipfs/`, `/ipns/`) for serving content to HTTP browsers - an HTTP RPC API (`/api/v0`) for controlling the daemon node -Note: [other implementations exist](https://ipfs.io/#install). +Note: [other implementations exist](https://docs.ipfs.io/concepts/ipfs-implementations/). ## What is IPFS? @@ -81,6 +81,7 @@ Before opening an issue, consider using one of the following locations to ensure - [Usage](#usage) - [Some things to try](#some-things-to-try) - [Troubleshooting](#troubleshooting-1) + - [Packages](#packages) - [Development](#development) - [Map of Implemented Subsystems](#map-of-implemented-subsystems) - [CLI, HTTP-API, Architecture Diagram](#cli-http-api-architecture-diagram)