diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index 6f384c8dc8a..daf9b0c2a61 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -1381,8 +1381,8 @@ en:
facebook_app_secret: "App secret for Facebook authentication, registered at https://developers.facebook.com/apps"
enable_github_logins: "Enable Github authentication, requires github_client_id and github_client_secret. See Configuring GitHub login for Discourse."
- github_client_id: "Client id for Github authentication, registered at https://github.com/settings/applications"
- github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/applications"
+ github_client_id: "Client id for Github authentication, registered at https://github.com/settings/developers"
+ github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/developers"
readonly_mode_during_backup: "Enable read only mode while taking a backup"
enable_backups: "Allow administrators to create backups of the forum"