Skip to content

Commit f056775

Browse files
committed
Fix Readme img src
1 parent 09791e4 commit f056775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ can make a matching between transactions in the blockchains in which the exchang
1111
find out both the participants in the exchange and the proportion in which assets were exchanged.
1212

1313
<div align="center">
14-
<img src="https://github.com/distributed-lab/taprootized-atomic-swaps/blob/main/assets/atomic-swap.png"/>
14+
<img src="assets/atomic-swap.png"/>
1515
</div>
1616

1717
On the other hand, atomic swaps is a technology that initially assumed the involvement of only two
@@ -26,7 +26,7 @@ information is disclosed (the fact of exchange can be traced). Still, it is impo
2626
to the corresponding Bitcoin transactions (without additional context from the involved parties).
2727

2828
<div align="center">
29-
<img src="https://github.com/distributed-lab/taprootized-atomic-swaps/blob/main/assets/sequence-diagram.png"/>
29+
<img src="assets/sequence-diagram.png"/>
3030
</div>
3131

3232
### The protocol includes the following steps:

0 commit comments

Comments
 (0)