[geany/geany] d5cca3: Change donate link to our own redirection

Enrico Tröger git-noreply at xxxxx
Sat Jan 31 17:44:10 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 31 Jan 2015 17:44:10 UTC
Commit:      d5cca3792269160d19530b3af1c63c880adef2d4
             https://github.com/geany/geany/commit/d5cca3792269160d19530b3af1c63c880adef2d4

Log Message:
-----------
Change donate link to our own redirection

As discussed in #410, the previous SF redirect is better replaced by
a redirect on www.geany.org which we can control.
This way we can also quickly change the target URL if it changes at
Paypal.


Modified Paths:
--------------
    src/geany.h

Modified: src/geany.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -45,7 +45,7 @@ G_BEGIN_DECLS
 #define GEANY_HOMEPAGE					"http://www.geany.org/"
 #define GEANY_WIKI						"http://wiki.geany.org/"
 #define GEANY_BUG_REPORT				"http://www.geany.org/Support/Bugs"
-#define GEANY_DONATE					"https://sourceforge.net/donate/index.php?group_id=153444"
+#define GEANY_DONATE					"http://www.geany.org/service/donate/"
 #define GEANY_STRING_UNTITLED			_("untitled")
 #define GEANY_DEFAULT_DIALOG_HEIGHT		350
 #define GEANY_WINDOW_DEFAULT_WIDTH		900



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


More information about the Commits mailing list