diff --git a/EIPS/eip-823.md b/EIPS/eip-823.md index f9eb4149..49152b45 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.