summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Brière <fbriere@fbriere.net>2020-04-01 08:53:00 -0400
committerFrédéric Brière <fbriere@fbriere.net>2020-04-01 08:56:51 -0400
commitb756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319 (patch)
tree2d39e2763ea7c8e849661c30c374f39c9feb6934
parent5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77 (diff)
downloadtwinkle-b756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319.tar
twinkle-b756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319.tar.gz
twinkle-b756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319.tar.lz
twinkle-b756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319.tar.xz
twinkle-b756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319.zip
Use HTTPS for the archive.org manual URL
-rw-r--r--src/gui/mphoneform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp
index abdbcda..144bbea 100644
--- a/src/gui/mphoneform.cpp
+++ b/src/gui/mphoneform.cpp
@@ -2297,7 +2297,7 @@ void MphoneForm::aboutQt()
void MphoneForm::manual()
{
- ((t_gui *)ui)->open_url_in_browser("http://web.archive.org/web/20180217123024/http://www.twinklephone.com/");
+ ((t_gui *)ui)->open_url_in_browser("https://web.archive.org/web/20180217123024/http://www.twinklephone.com/");
}
void MphoneForm::editUserProfile()