From 3d2f3e5b120bcd455be49abbbae77069afcfe112 Mon Sep 17 00:00:00 2001 From: Chris Ziogas Date: Sun, 9 Jun 2024 07:55:29 +0300 Subject: [PATCH] Fix links at ECIP-1100 and ECIP-1110 (#528) * Fix link to ECIP-1110 * Fix links to ECIPs (#1) --------- Co-authored-by: Christopher Mercer <120351727+chris-mercer@users.noreply.github.com> --- _specs/ecip-1100.md | 2 +- _specs/ecip-1110.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_specs/ecip-1100.md b/_specs/ecip-1100.md index 869aebf15..9f63db96e 100644 --- a/_specs/ecip-1100.md +++ b/_specs/ecip-1100.md @@ -15,7 +15,7 @@ license: Apache-2 Define a function arbitrating chain acceptance using relative total difficulty and common ancestor time to raise finality confidence. -_Update (January 2024):_ Replaced with [ECBP-1110](https://ecips.ethereumclassic.org/ECIPS/ecip-1110). +_Update (January 2024):_ Replaced with [ECBP-1110](https://ecips.ethereumclassic.org/ECIPs/ecip-1110). ## Motivation diff --git a/_specs/ecip-1110.md b/_specs/ecip-1110.md index 9200e7e4b..9e8c2f193 100644 --- a/_specs/ecip-1110.md +++ b/_specs/ecip-1110.md @@ -13,7 +13,7 @@ license: Apache-2 ## Abstract -Turn off the artificial finality mechanism [ECBP-1100's MESS (Modified Exponential Scoring)](/_specs/ecip-1100.md) in [Core-Geth](https://github.com/etclabscore/core-geth) for Ethereum Classic. +Turn off the artificial finality mechanism [ECBP-1100's MESS (Modified Exponential Scoring)](https://ecips.ethereumclassic.org/ECIPs/ecip-1100) in [Core-Geth](https://github.com/etclabscore/core-geth) for Ethereum Classic. ## Motivation @@ -25,7 +25,7 @@ The costs of persisting any kind of subjective chain arbitration on the network ## Specification -MESS will be deactivated by default at block `19,250,000`. This is concurrent with [ECIP-1109's Spiral Hardfork](/_specs/ecip-1109.md). +MESS will be deactivated by default at block `19,250,000`. This is concurrent with [ECIP-1109's Spiral Hardfork](https://ecips.ethereumclassic.org/ECIPs/ecip-1109). An override flag for this decision will be provided to configure ongoing operation `--override.ecbp1100-deactivate=`.