From 61d0159e8afc2dcbd71d138a351628d5acc9672d Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Mon, 3 Dec 2012 15:17:33 +0200 Subject: [PATCH] release 0.8.2 --- app/ui/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/action.py b/app/ui/action.py index 20fa0070..a4d43dc6 100644 --- a/app/ui/action.py +++ b/app/ui/action.py @@ -61,7 +61,7 @@ def _show_about_window(action): # is the Gtk3 version too old? pass - about.set_website('http://github.com/pwr/Solaar/wiki') + about.set_website('http://pwr.github.com/Solaar/') about.set_website_label('Solaar Wiki') about.run()