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 869fb0f
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",

Check warning on line 197 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L197

Added line #L197 was not covered by tests
},
&cli.DurationFlag{
Name: "ipns-max-cache-ttl",
Expand Down

0 comments on commit 869fb0f

Please sign in to comment.