From a31d26dc30d90ca3b228d07fda8d3f94da6aa155 Mon Sep 17 00:00:00 2001
From: Andrei Eres <eresav@me.com>
Date: Fri, 24 Jan 2025 20:44:31 +0100
Subject: [PATCH] Fix the link to the chain snapshots (#7330)

The link to Polkachu is not working
---
 substrate/utils/frame/benchmarking-cli/src/storage/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substrate/utils/frame/benchmarking-cli/src/storage/README.md b/substrate/utils/frame/benchmarking-cli/src/storage/README.md
index 95c83d2edbc..955b52a248c 100644
--- a/substrate/utils/frame/benchmarking-cli/src/storage/README.md
+++ b/substrate/utils/frame/benchmarking-cli/src/storage/README.md
@@ -13,7 +13,7 @@ Running the command on Substrate itself is not verify meaningful, since the gene
 used.
 
 The output for the Polkadot client with a recent chain snapshot will give you a better impression. A recent snapshot can
-be downloaded from [Polkachu].
+be downloaded from [Polkadot Snapshots].
 Then run (remove the `--db=paritydb` if you have a RocksDB snapshot):
 ```sh
 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,
 License: Apache-2.0
 
 <!-- LINKS -->
-[Polkachu]: https://polkachu.com/snapshots
+[Polkadot Snapshots]: https://snapshots.polkadot.io
 [paritydb_weights.rs]:
     https://github.com/paritytech/polkadot/blob/c254e5975711a6497af256f6831e9a6c752d28f5/runtime/polkadot/constants/src/weights/paritydb_weights.rs#L60
-- 
GitLab