aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-08 22:48:51 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-08 22:48:51 +0100
commit0ab23e049877ef66963a85e622db4d9c728f6d64 (patch)
treed91d8450b048fc358f7bc5b2da96520e0472d31b
parent1631243cd9597b437c77268bd61b285d9a91e8d7 (diff)
downloadgold-mine-run-0ab23e049877ef66963a85e622db4d9c728f6d64.tar.gz
gold-mine-run-0ab23e049877ef66963a85e622db4d9c728f6d64.zip
This will be the game's website
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1c14a88..0b45bbe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,7 +14,7 @@
#define GAME_NAME "Gold Mine Run!"
#define GAME_VERSION "A0"
-#define GAME_URL "https://git.usebox.net/dos-jam-2023/about/"
+#define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/"
/* disable paging because our int handlers are written in C */
int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY;