From 44fc5a9a9d8fa29b32f1f4d41ec93db0af6d74cd Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:34:07 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a6712876ae..41b213789a1 100644 --- a/README.md +++ b/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 -[Cumulus tutorial](https://docs.substrate.io/tutorials/v3/cumulus/start-relay) for a +[Connect to other chains tutorials](https://docs.substrate.io/tutorials/connect-other-chains/) for a guided walk-through of using these tools. It's easy to write blockchains using Substrate, and the overhead of writing parachains' From 95efe45d6e78d71cf705c38bc686ae31f9d52cbe Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:46:12 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41b213789a1..3d6a47fbba6 100644 --- a/README.md +++ b/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 other chains tutorials](https://docs.substrate.io/tutorials/connect-other-chains/) for a +[Connect to relay and parachain tutorials](https://docs.substrate.io/tutorials/connect-relay-and-parachains/) for a guided walk-through of using these tools. It's easy to write blockchains using Substrate, and the overhead of writing parachains'