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/pages/global | |
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/pages/global')
-rw-r--r-- | application/pages/global/ExternalToolsPage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/pages/global/ExternalToolsPage.ui b/application/pages/global/ExternalToolsPage.ui index 5f19898b..e79e9388 100644 --- a/application/pages/global/ExternalToolsPage.ui +++ b/application/pages/global/ExternalToolsPage.ui @@ -63,7 +63,7 @@ <item> <widget class="QLabel" name="jprofilerLink"> <property name="text"> - <string notr="true"><html><head/><body><p><a href="http://www.ej-technologies.com/products/jprofiler/overview.html">http://www.ej-technologies.com/products/jprofiler/overview.html</a></p></body></html></string> + <string notr="true"><html><head/><body><p><a href="https://www.ej-technologies.com/products/jprofiler/overview.html">https://www.ej-technologies.com/products/jprofiler/overview.html</a></p></body></html></string> </property> </widget> </item> @@ -137,7 +137,7 @@ <item> <widget class="QLabel" name="mceditLink"> <property name="text"> - <string notr="true"><html><head/><body><p><a href="http://www.mcedit.net/">http://www.mcedit.net/</a></p></body></html></string> + <string notr="true"><html><head/><body><p><a href="https://www.mcedit.net/">https://www.mcedit.net/</a></p></body></html></string> </property> </widget> </item> |