]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/CheckVersionScreen.java
Version 18.6, December 2016
[GpsPrune.git] / tim / prune / function / CheckVersionScreen.java
index 1d3192ab009ea9ad9ed1ecae95aba450a857e599..8c2394ed3f858ebab19a2ca334b8da5a1e38b3bf 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;