docs(contracts): fix charter links following renaming (#1024)

This commit is contained in:
Julien Marchand
2025-05-19 14:27:01 +02:00
committed by GitHub
parent a0ecf9d500
commit d5e725df1c
9 changed files with 9 additions and 9 deletions

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---

View File

@@ -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).
---