From f831d3dd7c3962b43ca990f71436a262154b91e4 Mon Sep 17 00:00:00 2001 From: Winins Date: Wed, 8 Jul 2020 10:06:26 +0300 Subject: [PATCH] Update the website address on version.h and fix a typo on README.md. --- README.md | 2 +- src/include/86box/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 080e2d1c9..c2e7b8e97 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,5 @@ Donations We do not charge you for the emulator but donations are still welcome: https://paypal.me/86Box. -You can now also support the project on Pateron: +You can now also support the project on Patreon: https://www.patreon.com/86box. diff --git a/src/include/86box/version.h b/src/include/86box/version.h index ee5dbba80..7691bdab4 100644 --- a/src/include/86box/version.h +++ b/src/include/86box/version.h @@ -25,5 +25,5 @@ #define COPYRIGHT_YEAR "2020" /* Web URL info. */ -#define EMU_SITE L"86box.github.io" +#define EMU_SITE L"86box.net" #define EMU_ROMS_URL L"https://github.com/86Box/roms/releases/latest" \ No newline at end of file