diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2019-06-17 10:31:45 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2019-06-17 10:31:45 +0200 |
commit | 05082ae12051821b1d969e6672d9e4e5afe1bc07 (patch) | |
tree | ae9a7635a8399a7e6d9ee126a27af056a2ed51e2 /src | |
parent | 9932836f754b04c1fd00fbcbd9e134e48147f5e6 (diff) | |
download | twinkle-05082ae12051821b1d969e6672d9e4e5afe1bc07.tar twinkle-05082ae12051821b1d969e6672d9e4e5afe1bc07.tar.gz twinkle-05082ae12051821b1d969e6672d9e4e5afe1bc07.tar.lz twinkle-05082ae12051821b1d969e6672d9e4e5afe1bc07.tar.xz twinkle-05082ae12051821b1d969e6672d9e4e5afe1bc07.zip |
Change the address of the manual until we have our own up and running
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 c4e3c1d..6c447a8 100644 --- a/src/gui/mphoneform.cpp +++ b/src/gui/mphoneform.cpp @@ -2290,7 +2290,7 @@ void MphoneForm::aboutQt() void MphoneForm::manual() { - ((t_gui *)ui)->open_url_in_browser("http://www.twinklephone.com"); + ((t_gui *)ui)->open_url_in_browser("http://web.archive.org/web/20180217123024/http://www.twinklephone.com/"); } void MphoneForm::editUserProfile() |