From 6832d41820c1793e273e34b3eee3197dd23598b4 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 20 Mar 2024 10:21:33 +0100 Subject: [PATCH] docs: fix blockstores link --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8fed55f..4edd801 100644 --- a/main.go +++ b/main.go @@ -194,7 +194,7 @@ Generate an identity seed and launch a gateway: Name: "blockstore", Value: "flatfs", EnvVars: []string{"RAINBOW_BLOCKSTORE"}, - Usage: "Type of blockstore to use, such as flatfs or badger. See https://github.com/ipfs/rainbow/blockstore.md for more details", + Usage: "Type of blockstore to use, such as flatfs or badger. See https://github.com/ipfs/rainbow/blob/main/docs/blockstores.md for more details", }, &cli.DurationFlag{ Name: "ipns-max-cache-ttl",