From 0516e57c572f36053798f54b4dac4f1f6eefe9e1 Mon Sep 17 00:00:00 2001
From: S E R A Y A <takahser@users.noreply.github.com>
Date: Fri, 19 May 2023 20:39:23 +0200
Subject: [PATCH] Update README.md (#2603)

fix broken link
---
 cumulus/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cumulus/README.md b/cumulus/README.md
index d8c8b204b72..fe6836e03ae 100644
--- a/cumulus/README.md
+++ b/cumulus/README.md
@@ -11,7 +11,7 @@ A set of tools for writing [Substrate](https://substrate.io/)-based
 [Polkadot](https://wiki.polkadot.network/en/)
 [parachains](https://wiki.polkadot.network/docs/en/learn-parachains). Refer to the included
 [overview](docs/overview.md) for architectural details, and the
-[Connect to relay and  parachain tutorials](https://docs.substrate.io/tutorials/connect-relay-and-parachains/) for a
+[Connect to a relay chain how-to guide](https://docs.substrate.io/reference/how-to-guides/parachains/connect-to-a-relay-chain/) for a
 guided walk-through of using these tools.
 
 It's easy to write blockchains using Substrate, and the overhead of writing parachains'
-- 
GitLab