diff --git a/LEGGIMI.md b/LEGGIMI.md index 5f0f27a..131c591 100644 --- a/LEGGIMI.md +++ b/LEGGIMI.md @@ -8,7 +8,7 @@ gWakeOnLAN **Codice sorgente:** https://github.com/muflone/gwakeonlan -**Documentazione:** http://gwakeonlan.muflone.com/ +**Documentazione:** http://url.muflone.com/gwakeonlan Requisiti di sistema -------------------- diff --git a/README.md b/README.md index 6795b2f..041b23b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ gWakeOnLAN **Source code:** https://github.com/muflone/gwakeonlan -**Documentation:** http://gwakeonlan.muflone.com/ +**Documentation:** http://url.muflone.com/gwakeonlan System Requirements ------------------- diff --git a/doc/resources b/doc/resources index 7ab3a4e..452d6f5 100644 --- a/doc/resources +++ b/doc/resources @@ -1,4 +1,4 @@ -Project home page: http://gwakeonlan.muflone.com/ +Project home page: http://url.muflone.com/gwakeonlan Source code: http://github.com/muflone/gwakeonlan/ Author information: http://www.muflone.com/ Issues and bugs tracking: http://github.com/muflone/gwakeonlan/issues diff --git a/gwakeonlan/constants.py b/gwakeonlan/constants.py index 29afe07..0901183 100644 --- a/gwakeonlan/constants.py +++ b/gwakeonlan/constants.py @@ -24,10 +24,10 @@ # Application constants APP_NAME = 'gWakeOnLAN' -APP_VERSION = '0.6' +APP_VERSION = '0.6.1' APP_DESCRIPTION = 'Wake up your machines using Wake on LAN.' APP_ID = 'gwakeonlan.muflone.com' -APP_URL = 'http://gwakeonlan.muflone.com/' +APP_URL = 'http://url.muflone.com/gwakeonlan' APP_AUTHOR = 'Fabio Castelli' APP_AUTHOR_EMAIL = 'webreg@vbsimple.net' APP_COPYRIGHT = 'Copyright 2009-2013 %s' % APP_AUTHOR diff --git a/man/gwakeonlan.1 b/man/gwakeonlan.1 index dbfe129..295923e 100644 --- a/man/gwakeonlan.1 +++ b/man/gwakeonlan.1 @@ -49,7 +49,7 @@ Report bugs to https://github.com/muflone/gwakeonlan/issues was written by Fabio Castelli (Muflone) .SH HOMEPAGE -Home page: http://gwakeonlan.muflone.com/ +Home page: http://url.muflone.com/gwakeonlan Source code: https://github.com/muflone/gwakeonlan/