Skip to content

Commit a31d26d

Browse files
authored
Fix the link to the chain snapshots (#7330)
The link to Polkachu is not working
1 parent dcbea60 commit a31d26d

File tree

1 file changed

+2
-2
lines changed
  • substrate/utils/frame/benchmarking-cli/src/storage

1 file changed

+2
-2
lines changed

substrate/utils/frame/benchmarking-cli/src/storage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Running the command on Substrate itself is not verify meaningful, since the gene
1313
used.
1414

1515
The output for the Polkadot client with a recent chain snapshot will give you a better impression. A recent snapshot can
16-
be downloaded from [Polkachu].
16+
be downloaded from [Polkadot Snapshots].
1717
Then run (remove the `--db=paritydb` if you have a RocksDB snapshot):
1818
```sh
1919
cargo run --profile=production -- benchmark storage --dev --state-version=0 --db=paritydb --weight-path runtime/polkadot/constants/src/weights
@@ -106,6 +106,6 @@ write: 71_347 * constants::WEIGHT_REF_TIME_PER_NANOS,
106106
License: Apache-2.0
107107

108108
<!-- LINKS -->
109-
[Polkachu]: https://polkachu.com/snapshots
109+
[Polkadot Snapshots]: https://snapshots.polkadot.io
110110
[paritydb_weights.rs]:
111111
https://github.com/paritytech/polkadot/blob/c254e5975711a6497af256f6831e9a6c752d28f5/runtime/polkadot/constants/src/weights/paritydb_weights.rs#L60

0 commit comments

Comments
 (0)