Skip to content

Commit

Permalink
Merge pull request #1 from imaginaryusername/patch-1
Browse files Browse the repository at this point in the history
Update links to no longer refer to plugin
  • Loading branch information
zquestz authored Jan 25, 2019
2 parents c5302a0 + 77735e4 commit a457e02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -31,8 +31,8 @@
<div id="content">
<div id="downloads">
<div class="download">
<a href="https://github.com/cashshuffle/cashshuffle-electron-cash-plugin" target="_blank"><img src="img/github.png"><br>
Electron Cash Plugin</a>
<a href="https://github.com/clifordsymack/Electron-Cash" target="_blank"><img src="img/github.png"><br>
CashShuffle Beta Client</a>
</div>
<div class="download">
<a href="https://github.com/cashshuffle/cashshuffle" target="_blank"><img src="img/github.png"><br>
Expand Down Expand Up @@ -70,7 +70,7 @@ <h2>- FAQ -</h2>
</div>
<p><strong>What is the client side software?</strong></p>
<div class="answer">
<p>Our client side implementation is a plugin to the popular Electron Cash wallet. Instructions for running it are <a href="https://github.com/cashshuffle/cashshuffle-electron-cash-plugin" target="_blank">here</a>.</p>
<p>Our client side implementation is a fork of the popular Electron Cash wallet - to be merged into mainline soon. Instructions for running it are the same as mainline Electron-cash, or <a href="https://github.com/clifordsymack/Electron-Cash" target="_blank">here</a>.</p>
<p>But this is just one implementation. CashShuffle could be implemented in other front end tools and wallets by following
the documented protocol.</p>
</div>
Expand Down Expand Up @@ -128,4 +128,4 @@ <h2>- Donations -</h2>
&copy;2017 cashshuffle.com
</div>
</body>
</html>
</html>

0 comments on commit a457e02

Please sign in to comment.