From 94d90cf5e095bdbb8860a4153bf3933e2216484c Mon Sep 17 00:00:00 2001 From: Jacob Mandelson Date: Fri, 4 Nov 2022 08:06:02 -0700 Subject: [PATCH] Correct URL in help text. --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index c1a88db4..21cbbda9 100644 --- a/help.cpp +++ b/help.cpp @@ -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)