Skip to content

Commit

Permalink
Plugin Updater: Use updated Gist link.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-y committed Oct 3, 2016
1 parent 14ae371 commit d4ac346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/bp-rbe-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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://raw.github.com/gist/610fe45a0c5ed6344be5',
'https://gist.githubusercontent.com/r-a-y/610fe45a0c5ed6344be5/raw/d6da803c0166559cb2110a8930746abea1416277/bp-reply-by-email.json',
constant( 'BP_RBE_DIR' ) . '/loader.php',
$this->get_plugin_basename()
);
Expand Down

0 comments on commit d4ac346

Please sign in to comment.