fix typos in readthedocs url. fixes #46
This commit is contained in:
parent
b0de8058ba
commit
bae51858e6
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue