From 0e44b62078505b714778b37f0b1b2df94350542d Mon Sep 17 00:00:00 2001 From: Donny <130464015+defitricks@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:26:58 +0200 Subject: [PATCH] docs: Fix broken link to EIP-1967 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79da597c..e9dc0965 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ A simple example is "Alice delegates the ability to use her USDC to Bob limiting ### DeleGator -A DeleGator is the contract an end user controls and uses to interact with other contracts onchain. A DeleGator is an [EIP-1967](https://eips.ethereum.org/EIPS/eip-1967[EIP1967]) proxy contract that uses a DeleGator Implementation which defines the granular details of how the DeleGator works. Users are free to migrate their DeleGator Implementation as their needs change. +A DeleGator is the contract an end user controls and uses to interact with other contracts onchain. A DeleGator is an [EIP-1967](https://eips.ethereum.org/EIPS/eip-1967) proxy contract that uses a DeleGator Implementation which defines the granular details of how the DeleGator works. Users are free to migrate their DeleGator Implementation as their needs change. ### DeleGator Core