diff --git a/README.rst b/README.rst index 86b8c39..c9ec769 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Instaloader [--login YOUR-USERNAME] [--fast-update] profile | "#hashtag" | :stories | :feed -`Instaloader Documentation `__ +`Instaloader Documentation `__ How to Automatically Download Pictures from Instagram @@ -65,7 +65,7 @@ temporary directory, which will be reused later the next time ``--login`` is given. So you can download private profiles **non-interactively** when you already have a valid session cookie file. -`Instaloader Documentation `__ +`Instaloader Documentation `__ Disclaimer diff --git a/docs/README.md b/docs/README.md index c53e1ce..bf6099f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ This directory contains sources for the Instaloader documentation. The documentation is hosted at: -https://instaloader.readthedocs.io/ +https://instaloader.github.io/ ## Build diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 591091b..1ce3046 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,5 +1,5 @@ {% extends "!layout.html" %} {% block extrahead %} - + {% endblock %} diff --git a/instaloader.py b/instaloader.py index 5f7a037..18c7a06 100755 --- a/instaloader.py +++ b/instaloader.py @@ -1506,7 +1506,7 @@ def main(): parser = ArgumentParser(description=__doc__, add_help=False, epilog="Report issues at https://github.com/instaloader/instaloader/issues. " "The complete documentation can be found at " - "https://instaloader.readthedocs.io/.") + "https://instaloader.github.io/.") g_what = parser.add_argument_group('What to Download', 'Specify a list of profiles or #hashtags. For each of these, Instaloader ' diff --git a/setup.py b/setup.py index ec51090..6336126 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name='instaloader', version=get_version(), py_modules=['instaloader'], - url='https://instaloader.readthedocs.io/', + url='https://instaloader.github.io/', license='MIT', author='Alexander Graf, André Koch-Kramer', author_email='mail@agraf.me, koch-kramer@web.de',