diff --git a/includes/bp-rbe-admin.php b/includes/bp-rbe-admin.php index 0359ce5..faa6677 100644 --- a/includes/bp-rbe-admin.php +++ b/includes/bp-rbe-admin.php @@ -124,7 +124,7 @@ protected function github_updater() { $github_updater = new PluginUpdateChecker( // JSON file that gets updated when we release a new version of RBE - 'https://gist.githubusercontent.com/r-a-y/610fe45a0c5ed6344be5/raw/d6da803c0166559cb2110a8930746abea1416277/bp-reply-by-email.json', + 'https://gist.githubusercontent.com/r-a-y/610fe45a0c5ed6344be5/raw', constant( 'BP_RBE_DIR' ) . '/loader.php', $this->get_plugin_basename() );