aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2016-09-12 16:21:35 +0200
committerGitHub <noreply@github.com>2016-09-12 16:21:35 +0200
commit30904481aab39bcb33e52ae7ae844f363c9408cf (patch)
tree85d8f1c7a63ff2e35ea667a0e4bc18381c46b434
parentbd07689de8f1502d82dd4f7d92ba3ee46582879c (diff)
parenta80202e066beb42c883587206993d929155ba8f3 (diff)
downloadihatemoney-mirror-30904481aab39bcb33e52ae7ae844f363c9408cf.zip
ihatemoney-mirror-30904481aab39bcb33e52ae7ae844f363c9408cf.tar.gz
ihatemoney-mirror-30904481aab39bcb33e52ae7ae844f363c9408cf.tar.bz2
Merge pull request #145 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
-rw-r--r--README.rst2
-rwxr-xr-xbudget/migrations/env.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 155302a..5794131 100644
--- a/README.rst
+++ b/README.rst
@@ -59,7 +59,7 @@ How about the REST API?
=======================
Yep, you're right, there is a REST API with this. Head to the `api
-documentation <http://readthedocs.org/docs/ihatemoney/en/latest/api.html>`_ to know more.
+documentation <https://ihatemoney.readthedocs.io/en/latest/api.html>`_ to know more.
How to contribute
=================
diff --git a/budget/migrations/env.py b/budget/migrations/env.py
index cef89d2..e2f9a28 100755
--- a/budget/migrations/env.py
+++ b/budget/migrations/env.py
@@ -55,7 +55,7 @@ def run_migrations_online():
# This callback is used to prevent an auto-migration from being generated
# when there are no changes to the schema.
- # reference: http://alembic.readthedocs.org/en/latest/cookbook.html
+ # reference: https://alembic.readthedocs.io/en/latest/cookbook.html
def process_revision_directives(context, revision, directives):
if getattr(config.cmd_opts, 'autogenerate', False):
script = directives[0]