From 459947af435c32eb1ddaa33fffdbec17d2244173 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sat, 26 Mar 2022 01:40:17 +0100 Subject: [PATCH] fix: glossary link to better gateway docs --- docs/README.md | 3 +++ docs/concepts/glossary.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 781516749..bfbc6233a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,6 +19,9 @@ Check out these docs to get started with IPFS: - [API and CLI references](reference/README.md) - [Install IPFS](install/README.md) +TL;DR? [Glossary](concepts/glossary.md) provides short definitions of IPFS terms and concepts. + + ## Download IPFS tools These tools can help you use and build on IPFS more quickly and efficiently — give them a try today! diff --git a/docs/concepts/glossary.md b/docs/concepts/glossary.md index 2707109da..4f0630879 100644 --- a/docs/concepts/glossary.md +++ b/docs/concepts/glossary.md @@ -184,7 +184,7 @@ An experimental data store used when `--nocopy` is passed to `ipfs add`. It stor ### Gateway -An IPFS Gateway acts as a bridge between traditional web browsers and IPFS. Through the gateway, users can browse files and websites stored in IPFS as if they were stored on a traditional web server. [More about Gateway](https://github.com/ipfs/go-ipfs/blob/master/docs/gateway.md) +An IPFS Gateway acts as a bridge between traditional web browsers and IPFS. Through the gateway, users can browse files and websites stored in IPFS as if they were stored on a traditional web server. [More about Gateway](../concepts/ipfs-gateway.md) and [addressing IPFS on the web](../how-to/address-ipfs-on-web.md) ### Garbage Collection