Skip to content

Commit

Permalink
Merge pull request #880 from eht16/updatechecker_new_service_url
Browse files Browse the repository at this point in the history
UpdateChecker: Use new service URL
  • Loading branch information
frlan authored Jul 2, 2019
2 parents f922a57 + b98e526 commit e2526f8
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 e2526f8

Please sign in to comment.