diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index 6fe96815..af96880a 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -32,7 +32,7 @@ namespace Emulator { static const string Version = "115"; static const string Copyright = "bsnes team"; static const string License = "GPLv3 or later"; - static const string Website = "https://bsnes.dev"; + static const string Website = "https://github.com/bsnes-emu/bsnes/"; //incremented only when serialization format changes static const string SerializerVersion = "115.1";