summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2016-01-06 21:35:45 +0000
committerEinar Egilsson <einar@einaregilsson.com>2016-01-06 21:35:45 +0000
commit319c21f65eaa0b22e91fa871af08dd29536d2b9d (patch)
treea812b604af57cd6837f8c5cab16848f0bf44d5b9
parentfef8e4d67fb05ca340aa59abb9f05130f1a799b4 (diff)
Update links
-rw-r--r--README.md6
-rw-r--r--index.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3296b17..e8f73df 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@ Javascript library for card games.
I have created a lot of javascript card games. As of 12.05.2012 I've made
-<a href="http://www.spades-cardgame.com/">Spades</a>
-| <a href="http://www.hearts-cardgame.com/">Hearts</a>
+<a href="https://cardgames.io/spades/">Spades</a>
+| <a href="https://cardgames.io/hearts/">Hearts</a>
| <a href="https://cardgames.io/whist/">Whist</a>
| <a href="https://cardgames.io/gofish/">Go Fish</a>
| <a href="https://cardgames.io/crazyeights/">Crazy Eights</a>
| <a href="http://www.solitaire-cardgame.com/">Solitaire</a>
-| <a href="http://www.solitaire-cardgame.com/freecell/">FreeCell</a>
+| <a href="http://www.freecell-cardgame.com/">FreeCell</a>
| <a href="https://cardgames.io/idiot/">Idiot</a>
| <a href="https://cardgames.io/shithead/">Shithead</a>
diff --git a/index.html b/index.html
index e7927d6..577b0b0 100644
--- a/index.html
+++ b/index.html
@@ -181,8 +181,8 @@ lowerhand.click(function(card){
cards.js was created by <a href="http://einaregilsson.com">Einar Egilsson</a> and is licensed
under the MIT license. The card images were created by <a href="http://nicubunu.ro">Nicu Buculei</a> and are
in the public domain. cards.js was extracted from the code used in
- <a href="http://www.spades-cardgame.com/">Spades</a>,
- <a href="http://www.hearts-cardgame.com/">Hearts</a>,
+ <a href="https://cardgames.io/spades/">Spades</a>,
+ <a href="https://cardgames.io/hearts/">Hearts</a>,
<a href="https://cardgames.io/whist/">Whist</a>,
<a href="https://cardgames.io/gofish/">Go Fish</a>,
<a href="https://cardgames.io/crazyeights/">Crazy Eights</a>,