diff --git a/Core/src/com/basistech/df/cybertriage/autopsy/ctoptions/ctcloud/CTMalwareScannerOptionsPanel.java b/Core/src/com/basistech/df/cybertriage/autopsy/ctoptions/ctcloud/CTMalwareScannerOptionsPanel.java index 496e01d69f049a04c4b48b9a6bb318a02fcab964..cfc9057aa6267808975f34c3e18f523ae10746de 100644 --- a/Core/src/com/basistech/df/cybertriage/autopsy/ctoptions/ctcloud/CTMalwareScannerOptionsPanel.java +++ b/Core/src/com/basistech/df/cybertriage/autopsy/ctoptions/ctcloud/CTMalwareScannerOptionsPanel.java @@ -76,7 +76,7 @@ public class CTMalwareScannerOptionsPanel extends CTOptionsSubPanel { private volatile String licenseInfoMessage = null; private volatile LicenseFetcher licenseFetcher = null; - private static final String PURCHASE_URL = "https://cybertriage.com/autopsy-checkout"; + private static final String PURCHASE_URL = "https://cybertriage.com/autopsy-malware-module"; private volatile AuthTokenResponse authTokenResponse = null; private volatile String authTokenMessage = null;