diff --git a/specs/experimental/op-contracts-manager.md b/specs/experimental/op-contracts-manager.md
index 70196652a..fa80e67ba 100644
--- a/specs/experimental/op-contracts-manager.md
+++ b/specs/experimental/op-contracts-manager.md
@@ -1,6 +1,5 @@
# OP Contracts Manager
-[`op-contracts/v1.4.0`]: https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv1.6.0
[Optimism Monorepo releases]: https://github.com/ethereum-optimism/optimism/releases
[contract releases]: https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/VERSIONING.md
[standard configuration]: ../protocol/configurability.md
diff --git a/specs/protocol/configurability.md b/specs/protocol/configurability.md
index 6e6ba8792..4101c2174 100644
--- a/specs/protocol/configurability.md
+++ b/specs/protocol/configurability.md
@@ -408,8 +408,8 @@ existing [permissioned dispute games](../fault-proof/stage-one/bridge-integratio
[^of-gnosis-safe-l1]
**Notes:** Optimism Foundation (OF) multisig
leveraging [battle-tested software](https://github.com/safe-global/safe-smart-account). This role is only active when
-the `OptimismPortal` respected game type is [
-`PERMISSIONED_CANNON`](https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.5.0/packages/contracts-bedrock/src/dispute/lib/Types.sol#L31).
+the `OptimismPortal` respected game type is [`PERMISSIONED_CANNON`]
+().
### [Guardian address](https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SuperchainConfig.sol#L50)
@@ -429,8 +429,8 @@ with [permissioned dispute games](../fault-proof/stage-one/bridge-integration.md
L1.
**Administrator:** [L1 Proxy Admin](#admin-roles)
**Requirement:** No requirement
-**Notes:** This role is only active when the `OptimismPortal` respected game type is [
-`PERMISSIONED_CANNON`](https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.5.0/packages/contracts-bedrock/src/dispute/lib/Types.sol#L31).
+**Notes:** This role is only active when the `OptimismPortal` respected game type is [`PERMISSIONED_CANNON`]
+().
The `L1ProxyAdmin` sets the implementation of the `PERMISSIONED_CANNON` game type. Thus, it determines the proposer
configuration of the permissioned dispute game.