From e9cd02c9873c47e2ce810974a47b09d23b38d615 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Mon, 24 Jul 2023 11:26:08 -0500 Subject: [PATCH] Update EIP-1175: Fix absolute pathing (#7372) --- EIPS/eip-1175.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-1175.md b/EIPS/eip-1175.md index b56290ab1a1be6..133c3993ff53f6 100644 --- a/EIPS/eip-1175.md +++ b/EIPS/eip-1175.md @@ -14,7 +14,7 @@ requires: 20 ## Simple Summary Make wallets and shops created from certified contracts make erc20 tokens easy to use for commerce. -![wallet](/assets/eip-1175/wallet.png) +![wallet](../assets/eip-1175/wallet.png) ## Abstract The mutual trust between the wallet and the shop created by the authenticated contract allows you to pay for and purchase items at a simple process. @@ -25,7 +25,7 @@ New standards with improvements have been released, but the majority of tokens c And if you only reuse the store interface, you can also trade using `payUnsafe (address _shop, uint256 _item)`. ## Specification -![workflow](/assets/eip-1175/workflow.png) +![workflow](../assets/eip-1175/workflow.png) ## WalletCenter ### Methods #### createWallet