diff --git a/README.md b/README.md index 2ee0bf4..29169f5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/feed2toot/cliparse.py b/feed2toot/cliparse.py index 545c906..971d2f3 100644 --- a/feed2toot/cliparse.py +++ b/feed2toot/cliparse.py @@ -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,