From 14ca731ac4d19a060ea0d6f5f568c7ae6b4db613 Mon Sep 17 00:00:00 2001 From: lisa-parity <92225469+lisa-parity@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:58:42 -0700 Subject: [PATCH] Update the link to the runtime versioning topic (#11957) --- substrate/bin/node-template/runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/bin/node-template/runtime/src/lib.rs b/substrate/bin/node-template/runtime/src/lib.rs index a4382cc903..88fc86db02 100644 --- a/substrate/bin/node-template/runtime/src/lib.rs +++ b/substrate/bin/node-template/runtime/src/lib.rs @@ -89,8 +89,8 @@ pub mod opaque { } } -// To learn more about runtime versioning and what each of the following value means: -// https://docs.substrate.io/v3/runtime/upgrades#runtime-versioning +// To learn more about runtime versioning, see: +// https://docs.substrate.io/main-docs/build/upgrade#runtime-versioning #[sp_version::runtime_version] pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("node-template"),