X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Ffunction%2FCheckVersionScreen.java;h=701937d4b5f23066586cbab4dc55727195544907;hb=92dad5df664287acb51728e9ea599f150765d34a;hp=1d3192ab009ea9ad9ed1ecae95aba450a857e599;hpb=649c5da6ee1bbc590699e11a92316ece2ea8512d;p=GpsPrune.git diff --git a/tim/prune/function/CheckVersionScreen.java b/tim/prune/function/CheckVersionScreen.java index 1d3192a..701937d 100644 --- a/tim/prune/function/CheckVersionScreen.java +++ b/tim/prune/function/CheckVersionScreen.java @@ -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"); } } }