]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/CheckVersionScreen.java
Version 19, May 2018
[GpsPrune.git] / tim / prune / function / CheckVersionScreen.java
index 1d3192ab009ea9ad9ed1ecae95aba450a857e599..701937d4b5f23066586cbab4dc55727195544907 100644 (file)
@@ -42,7 +42,7 @@ public class CheckVersionScreen extends GenericFunction
         */
        public void begin()
        {
-               final String filePathStart = "http://activityworkshop.net/software/gpsprune/gpsprune_versioncheck_";
+               final String filePathStart = "https://activityworkshop.net/software/gpsprune/gpsprune_versioncheck_";
                final String filePathEnd = ".txt";
                String latestVer = null;
                String nextVersion = null;
@@ -106,7 +106,7 @@ public class CheckVersionScreen extends GenericFunction
                                == JOptionPane.YES_OPTION)
                        {
                                // User selected to launch home page
-                               BrowserLauncher.launchBrowser("http://activityworkshop.net/software/gpsprune/download.html");
+                               BrowserLauncher.launchBrowser("https://activityworkshop.net/software/gpsprune/download.html");
                        }
                }
        }