fix typos in readthedocs url. fixes #46

This commit is contained in:
Carl Chenet 2019-11-08 09:28:39 +01:00
parent b0de8058ba
commit bae51858e6
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ class CliParse:
def main(self):
'''main of CliParse class'''
feed2tootepilog = 'For more information: https://feed2toot.readhthedocs.org'
feed2tootepilog = 'For more information: https://feed2toot.readthedocs.io'
feed2tootdescription = 'Take rss feed and send it to Mastodon'
parser = ArgumentParser(prog='feed2toot',
description=feed2tootdescription,