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

@ -1,7 +1,7 @@
### Feed2toot
Feed2toot automatically parses rss feeds, identifies new posts and posts them on the [Mastodon](https://mastodon.social) social network.
For the full documentation, [read it online](https://feed2toot.readthedocs.org/en/latest/).
For the full documentation, [read it online](https://feed2toot.readthedocs.io/en/latest/).
If you would like, you can [support the development of this project on Liberapay](https://liberapay.com/carlchenet/).
Alternatively you can donate cryptocurrencies:
@ -17,7 +17,7 @@ Alternatively you can donate cryptocurrencies:
* Install Feed2toot from sources
*(see the installation guide for full details)
[Installation Guide](http://feed2toot.readthedocs.org/en/latest/install.html)*
[Installation Guide](http://feed2toot.readthedocs.io/en/latest/install.html)*
# tar zxvf feed2toot-0.12.tar.gz

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,