1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

Merge pull request #324 from jlmjlm/weburl

Correct URL in help text.
This commit is contained in:
Zeno Rogue 2022-11-04 23:15:29 +01:00 committed by GitHub
commit f2785d22a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ EX void buildHelpText() {
#endif
#endif
help += XLAT("See more on the website: ")
+ "http//roguetemple.com/z/hyper/\n\n";
+ "https://roguetemple.com/z/hyper/\n\n";
#if CAP_TOUR
if(!tour::on)