[geany/geany-plugins] 3cfd8d: geanyctags: Use online html version of the documentation

Jiří Techet git-noreply at xxxxx
Wed Feb 15 18:03:26 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Wed, 15 Feb 2017 18:03:26 UTC
Commit:      3cfd8db108fc767a7c8e5bcc188a07e2079c9330
             https://github.com/geany/geany-plugins/commit/3cfd8db108fc767a7c8e5bcc188a07e2079c9330

Log Message:
-----------
geanyctags: Use online html version of the documentation


Modified Paths:
--------------
    geanyctags/src/geanyctags.c

Modified: geanyctags/src/geanyctags.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list