diff options
author | Luboš Doležel <lubos@dolezel.info> | 2020-04-01 20:50:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 20:50:36 +0200 |
commit | 8bffa6a67132f129c35e145ebfae284ef1a0de46 (patch) | |
tree | 2d39e2763ea7c8e849661c30c374f39c9feb6934 /src | |
parent | 5d4a8fb086e8b0988db81442ba8fdbe0f6a39e77 (diff) | |
parent | b756c8cdebc4ab6d0ed0386f3bb1d4a5074cc319 (diff) | |
download | twinkle-8bffa6a67132f129c35e145ebfae284ef1a0de46.tar twinkle-8bffa6a67132f129c35e145ebfae284ef1a0de46.tar.gz twinkle-8bffa6a67132f129c35e145ebfae284ef1a0de46.tar.lz twinkle-8bffa6a67132f129c35e145ebfae284ef1a0de46.tar.xz twinkle-8bffa6a67132f129c35e145ebfae284ef1a0de46.zip |
Merge pull request #205 from fbriere/misc/https-manual-url
Use HTTPS for the archive.org manual URL
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/mphoneform.cpp | 2 |
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() |