aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]