Skip to content

Commit

Permalink
Merge pull request #403 from slovensko-digital/AG-130/point-update-li…
Browse files Browse the repository at this point in the history
…nk-to-ssd

Point new release link to ssd web
  • Loading branch information
celuchmarek authored Feb 14, 2024
2 parents e9f3e95 + c47f0c7 commit e2ae374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/digital/slovensko/autogram/core/Updater.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import com.google.gson.JsonObject;

public class Updater {
public static final String LATEST_RELEASE_URL = "https://github.com/slovensko-digital/autogram/releases/latest";
public static final String LATEST_RELEASE_URL = "https://sluzby.slovensko.digital/autogram/#download";
public static final String LATEST_RELEASE_API_URL = "https://api.github.com/repos/slovensko-digital/autogram/releases/latest";

public static boolean newVersionAvailable() {
Expand Down

0 comments on commit e2ae374

Please sign in to comment.