From c04c4a5257f8c47f1189b13d5f08f21df54ef119 Mon Sep 17 00:00:00 2001 From: Kashish Khullar Date: Thu, 27 Jun 2019 09:16:00 +0530 Subject: [PATCH] Updated the links of the assets The absolute link of the assets pointed to the png files of repository. They have been updated to relative paths that point to the assets in this repository. --- 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://raw.githubusercontent.com/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://raw.githubusercontent.com/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.