Skip to content

Commit

Permalink
Merge pull request #521 from techee/plugin_docs
Browse files Browse the repository at this point in the history
Use online version of plugin help
  • Loading branch information
frlan authored Feb 15, 2017
2 parents d13b295 + 208fc90 commit 0cc061b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geanyctags/src/geanyctags.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PluginCallback plugin_callbacks[] = {

void plugin_help (void)
{
utils_open_browser (DOCDIR "/" PLUGIN "/README");
utils_open_browser("http://plugins.geany.org/geanyctags.html");
}

static void spawn_cmd(const gchar *cmd, const gchar *dir)
Expand Down
2 changes: 1 addition & 1 deletion projectorganizer/src/prjorg-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ void plugin_cleanup(void)

void plugin_help (void)
{
utils_open_browser (DOCDIR "/" PLUGIN "/README");
utils_open_browser("http://plugins.geany.org/projectorganizer.html");
}

0 comments on commit 0cc061b

Please sign in to comment.