Skip to content

Commit

Permalink
UpdateChecker: Use new service URL
Browse files Browse the repository at this point in the history
The old URL is kept running only to support old versions.
  • Loading branch information
eht16 committed Jun 30, 2019
1 parent 4ddf2e7 commit b98e526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatechecker/src/updatechecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ enum {
UPDATECHECK_STARTUP
};

#define UPDATE_CHECK_URL "https://geany.org/service/version.php"
#define UPDATE_CHECK_URL "https://geany.org/service/version/"

static GtkWidget *main_menu_item = NULL;
static void update_check_result_cb(SoupSession *session,
Expand Down

0 comments on commit b98e526

Please sign in to comment.