diff --git a/packages/icrc-ledger-types/src/icrc21/mod.rs b/packages/icrc-ledger-types/src/icrc21/mod.rs index 3b4af7afacc8..201213b42ae3 100644 --- a/packages/icrc-ledger-types/src/icrc21/mod.rs +++ b/packages/icrc-ledger-types/src/icrc21/mod.rs @@ -1,4 +1,4 @@ -//! The [ICRC-21](https://github.com/dfinity/wg-identity-authentication/blob/main/topics/ICRC-21/icrc_21_consent_msg.md) +//! The [ICRC-21](https://github.com/dfinity/ICRC/blob/main/ICRCs/ICRC-21/ICRC-21.md) //! Canister Call Consent Messages standard. pub mod errors; diff --git a/rs/ledger_suite/icp/ledger/src/main.rs b/rs/ledger_suite/icp/ledger/src/main.rs index 658624907d63..ab374a218608 100644 --- a/rs/ledger_suite/icp/ledger/src/main.rs +++ b/rs/ledger_suite/icp/ledger/src/main.rs @@ -466,12 +466,10 @@ fn icrc1_supported_standards() -> Vec { url: "https://github.com/dfinity/ICRC-1/tree/main/standards/ICRC-2".to_string(), }); } - standards.push( - StandardRecord { - name: "ICRC-21".to_string(), - url: "https://github.com/dfinity/wg-identity-authentication/blob/main/topics/ICRC-21/icrc_21_consent_msg.md".to_string(), - } - ); + standards.push(StandardRecord { + name: "ICRC-21".to_string(), + url: "https://github.com/dfinity/ICRC/blob/main/ICRCs/ICRC-21/ICRC-21.md".to_string(), + }); standards.push(StandardRecord { name: "ICRC-10".to_string(), url: "https://github.com/dfinity/ICRC/blob/main/ICRCs/ICRC-10/ICRC-10.md".to_string(), diff --git a/rs/ledger_suite/icrc1/ledger/src/main.rs b/rs/ledger_suite/icrc1/ledger/src/main.rs index 6e06d8167ab2..701a327a0bee 100644 --- a/rs/ledger_suite/icrc1/ledger/src/main.rs +++ b/rs/ledger_suite/icrc1/ledger/src/main.rs @@ -770,7 +770,7 @@ fn supported_standards() -> Vec { }, StandardRecord { name: "ICRC-21".to_string(), - url: "https://github.com/dfinity/wg-identity-authentication/blob/main/topics/ICRC-21/icrc_21_consent_msg.md".to_string(), + url: "https://github.com/dfinity/ICRC/blob/main/ICRCs/ICRC-21/ICRC-21.md".to_string(), }, StandardRecord { name: "ICRC-103".to_string(),