Skip to content

Commit

Permalink
docs: fix blockstores link
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 20, 2024
1 parent fb5e468 commit 6832d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6832d41

Please sign in to comment.