From b0ce535176430eccaca4cb09c2917f2cca9b5e92 Mon Sep 17 00:00:00 2001 From: r-a-y Date: Mon, 3 Oct 2016 16:10:17 -0700 Subject: [PATCH] Plugin Updater: Use correct Gist link. Ugh! --- includes/bp-rbe-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() );