From 7094b6c9058ccfce282c1523afd1c3a2c2fc1b09 Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Sat, 23 May 2020 23:35:07 +0100 Subject: [PATCH] Change Many Decks url. --- README.md | 2 +- server/config.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05ba7a0..a207786 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Massive Decks is a free, open source comedy party game based on [Cards against H - Spectators. - Keeps your game private by default, you can also set a game password if needed. -[many-decks]: https://decks.md.rereadgames.com/ +[many-decks]: https://decks.rereadgames.com/ ## About diff --git a/server/config.json5 b/server/config.json5 index 97236fe..21cf7dd 100644 --- a/server/config.json5 +++ b/server/config.json5 @@ -34,7 +34,7 @@ // Allows players to load decks from arbitrary URLs. manyDecks: { - baseUrl: "https://decks.md.rereadgames.com/", + baseUrl: "https://decks.rereadgames.com/", // How long to wait for a response from the url before giving up and telling the user there is a problem. timeout: "PT10S",