diff --git a/bin/pandora_client b/bin/pandora_client index 0d5d9f3..49710d5 100755 --- a/bin/pandora_client +++ b/bin/pandora_client @@ -50,7 +50,7 @@ if __name__ == '__main__': \t\tknown actions are: %s \t\tconfiguration: config, add_volume \t\tdistributed encoding: server, client -for more information visit https://wiki.0x2620.org/wiki/pandora_client''' % ', '.join(actions)) +for more information visit https://code.0x2620.org/0x2620/pandora_client/wiki''' % ', '.join(actions)) action = args[0] diff --git a/setup.py b/setup.py index 3e9d247..3627d7a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( description="pandora_client is a commandline client for pan.do/ra. You can use it to import videos into a pan.do/ra system. It is currently known to work on Linux and Mac OS X.", author="j", author_email="j@mailb.org", - url="http://wiki.0x2620.org/wiki/pandora_client", + url="https://code.0x2620.org/0x2620/pandora_client/wiki", license="GPLv3", scripts=[ 'bin/pandora_client',