diff options
author | Chris Lane <chris@chrislane.com> | 2018-11-02 12:04:08 +0000 |
---|---|---|
committer | Chris Lane <chris@chrislane.com> | 2018-11-02 12:04:08 +0000 |
commit | 0572a1e4e6cd16938f3a05c270d658f3827e8a0b (patch) | |
tree | 738e468960db01f8e614556a296d2b3b5c35458f /application/dialogs/AboutDialog.ui | |
parent | 9b74e73ad300404049f476d2a79e5b63f4665fee (diff) | |
download | MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.gz MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.lz MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.xz MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.zip |
NOISSUE use https more widely
Diffstat (limited to 'application/dialogs/AboutDialog.ui')
-rw-r--r-- | application/dialogs/AboutDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/dialogs/AboutDialog.ui b/application/dialogs/AboutDialog.ui index 5e8e3e68..e3cee582 100644 --- a/application/dialogs/AboutDialog.ui +++ b/application/dialogs/AboutDialog.ui @@ -180,7 +180,7 @@ </font> </property> <property name="text"> - <string notr="true"><html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5">http://github.com/MultiMC/MultiMC5</a></p></body></html></string> + <string notr="true"><html><head/><body><p><a href="https://github.com/MultiMC/MultiMC5">https://github.com/MultiMC/MultiMC5</a></p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |