From 7b6efe5fe4ff6d3572531a904823e72ea10246b9 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Wed, 1 May 2024 17:34:41 +0200 Subject: [PATCH] doc: use duniter repo --- docs/dev/upgrade-substrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/upgrade-substrate.md b/docs/dev/upgrade-substrate.md index 69afba7dc..899053ea2 100644 --- a/docs/dev/upgrade-substrate.md +++ b/docs/dev/upgrade-substrate.md @@ -21,7 +21,7 @@ ParityTech frequently releases upgrades of the polkadot-sdk. For each upgrade, D ## 3. Upgrade Dependencies -Ensure that the dependencies for [Arkwork](https://github.com/duniter/arkworks-substrate) and [ring-vrf bandersnatch-vrfs](https://github.com/bgallois/ring-vrf/blob/master/bandersnatch_vrfs/) are exclusively only depend on the duniter-polkadot-sdk. When upgrading these repositories, make sure to cherry-pick the "use duniter polkadot-sdk" commit. +Ensure that the dependencies for [Arkwork](https://github.com/duniter/arkworks-substrate) and [ring-vrf bandersnatch-vrfs](https://github.com/duniter/ring-vrf/) only depend on the duniter-polkadot-sdk. When upgrading these repositories, make sure to cherry-pick the "use duniter polkadot-sdk" commit. ## 4. Upgrade repository -- GitLab