diff --git a/contracts/docs/workflows/administration/pausing.md b/contracts/docs/workflows/administration/pausing.md index 9f769d82..16ce599c 100644 --- a/contracts/docs/workflows/administration/pausing.md +++ b/contracts/docs/workflows/administration/pausing.md @@ -3,7 +3,7 @@ This document outlines how a Safe Member can pause specific features on key Linea ecosystem contracts using well-defined pause types. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/rateLimiting.md b/contracts/docs/workflows/administration/rateLimiting.md index 01fd2f99..0b37aa21 100644 --- a/contracts/docs/workflows/administration/rateLimiting.md +++ b/contracts/docs/workflows/administration/rateLimiting.md @@ -3,7 +3,7 @@ This process allows a designated Safe Member to set or reset rate limit values, either by defining a new limit or resetting the amount used during a period. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/roleManagement.md b/contracts/docs/workflows/administration/roleManagement.md index cfef004c..a4240770 100644 --- a/contracts/docs/workflows/administration/roleManagement.md +++ b/contracts/docs/workflows/administration/roleManagement.md @@ -3,7 +3,7 @@ This document outlines the procedure for assigning or removing specific roles on various components of the Linea ecosystem: **LineaRollup**, **L2MessageService**, and **TokenBridge**. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/settingMinimumL2Fee.md b/contracts/docs/workflows/administration/settingMinimumL2Fee.md index c95614ad..ab3547c9 100644 --- a/contracts/docs/workflows/administration/settingMinimumL2Fee.md +++ b/contracts/docs/workflows/administration/settingMinimumL2Fee.md @@ -3,7 +3,7 @@ This process allows setting a new **minimum fee in Wei** to be paid for each L2 to L1 message on the L2MessageService contract. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/tokenBridge.md b/contracts/docs/workflows/administration/tokenBridge.md index 73a8be18..5a6927c1 100644 --- a/contracts/docs/workflows/administration/tokenBridge.md +++ b/contracts/docs/workflows/administration/tokenBridge.md @@ -3,7 +3,7 @@ This guide outlines how authorized safe members can execute core **TokenBridge admin functions** like setting or removing reserved addresses or setting custom contracts and message services. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/unpausing.md b/contracts/docs/workflows/administration/unpausing.md index 1f7fce96..9485b2eb 100644 --- a/contracts/docs/workflows/administration/unpausing.md +++ b/contracts/docs/workflows/administration/unpausing.md @@ -3,7 +3,7 @@ This document outlines how a Safe Member can unpause previously paused features on key Linea ecosystem contracts using the specified pause types. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/upgradeAndCallContract.md b/contracts/docs/workflows/administration/upgradeAndCallContract.md index 1e78de05..19378844 100644 --- a/contracts/docs/workflows/administration/upgradeAndCallContract.md +++ b/contracts/docs/workflows/administration/upgradeAndCallContract.md @@ -3,7 +3,7 @@ This guide outlines the process of **upgrading an upgradable contract** (e.g. **LineaRollup**, **L2MessageService**, **TokenBridge**) and calling a **reinitialize function** in the same transaction. This flow ensures integrity while applying critical upgrades. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/upgradeContract.md b/contracts/docs/workflows/administration/upgradeContract.md index cfbc325d..11cb873f 100644 --- a/contracts/docs/workflows/administration/upgradeContract.md +++ b/contracts/docs/workflows/administration/upgradeContract.md @@ -3,7 +3,7 @@ This guide outlines the secure process for upgrading a contract (e.g. **LineaRollup**, **L2MessageService**, **TokenBridge**) without calling a reinitialize function, via a timelock-protected upgrade flow. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). --- diff --git a/contracts/docs/workflows/administration/verifierSettingUnsetting.md b/contracts/docs/workflows/administration/verifierSettingUnsetting.md index e633f395..943784c5 100644 --- a/contracts/docs/workflows/administration/verifierSettingUnsetting.md +++ b/contracts/docs/workflows/administration/verifierSettingUnsetting.md @@ -3,7 +3,7 @@ This document outlines the secure and auditable flow for **setting or unsetting a verifier address** via a Timelock-controlled multisig process. -**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md). +**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md). ---