diff --git a/bin/py-i2phosts-builder b/bin/py-i2phosts-builder index 11250cb..4540df9 100755 --- a/bin/py-i2phosts-builder +++ b/bin/py-i2phosts-builder @@ -8,7 +8,7 @@ import configobj # parse command line options parser = argparse.ArgumentParser( description='Hosts builder for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-c', '--config', default='/etc/py-i2phosts/builder.conf', dest='config_file', help='config file to use') parser.add_argument('-f', '--file', diff --git a/bin/py-i2phosts-checker b/bin/py-i2phosts-checker index d694160..effb3a7 100755 --- a/bin/py-i2phosts-checker +++ b/bin/py-i2phosts-checker @@ -11,7 +11,7 @@ import time # parse command line options parser = argparse.ArgumentParser( description='Hosts checker for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-d', '--debug', action='store_true', help='set loglevel to debug and write messages to stdout'), parser.add_argument('-v', '--verbose', action='store_true', diff --git a/bin/py-i2phosts-fetcher b/bin/py-i2phosts-fetcher index 911be0a..984f481 100755 --- a/bin/py-i2phosts-fetcher +++ b/bin/py-i2phosts-fetcher @@ -16,7 +16,7 @@ import socket # parse command line options parser = argparse.ArgumentParser( description='Hosts fetcher for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-d', '--debug', action='store_true', help='write debug messages to stdout instead of log file'), parser.add_argument('-c', '--config', default='/etc/py-i2phosts/fetcher.conf', dest='config_file', diff --git a/bin/py-i2phosts-injector b/bin/py-i2phosts-injector index 4eed2c2..00a5832 100755 --- a/bin/py-i2phosts-injector +++ b/bin/py-i2phosts-injector @@ -11,7 +11,7 @@ from django.core.exceptions import ValidationError # parse command line options parser = argparse.ArgumentParser( description='Hosts injector for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-c', '--config', default='/etc/py-i2phosts/injector.conf', dest='config_file', help='config file to use') parser.add_argument('-f', '--file', dest='hostsfile', diff --git a/bin/py-i2phosts-maint b/bin/py-i2phosts-maint index 70992ab..0111b82 100755 --- a/bin/py-i2phosts-maint +++ b/bin/py-i2phosts-maint @@ -11,7 +11,7 @@ import configobj # parse command line options parser = argparse.ArgumentParser( description='Hosts maintainer for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-d', '--debug', action='store_true', help='write debug messages to stdout') parser.add_argument('-c', '--config', default='/etc/py-i2phosts/maintainer.conf', dest='config_file', diff --git a/bin/py-i2phosts-master b/bin/py-i2phosts-master index a9d42be..98ba73e 100755 --- a/bin/py-i2phosts-master +++ b/bin/py-i2phosts-master @@ -96,7 +96,7 @@ def main(): # parse command line options parser = argparse.ArgumentParser( description='Master daemon for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-d', '--debug', action='store_true', help='run in debug mode without detaching from terminal'), parser.add_argument('-v', '--verbose', action='store_true', diff --git a/tools/fix-description b/tools/fix-description index 5702765..26cdaf9 100755 --- a/tools/fix-description +++ b/tools/fix-description @@ -34,7 +34,7 @@ def build_list(): # parse command line options parser = argparse.ArgumentParser( description='Description fixer for py-i2phosts.', - epilog='Report bugs to http://zzz.i2p/topics/733') + epilog='Report bugs to https://github.com/i2phosts/py-i2phosts/issues') parser.add_argument('-c', '--config', default='/etc/py-i2phosts/fixer.conf', dest='config_file', help='config file to use') parser.add_argument('-f', '--file', dest='hostsfile',