aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/migrations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migrations.rst b/documentation/migrations.rst
index 174c1132..f29c7a19 100644
--- a/documentation/migrations.rst
+++ b/documentation/migrations.rst
@@ -6,7 +6,7 @@ with the database migrations tool
`Alembic <https://bitbucket.org/zzzeek/alembic>`_.
The Flask extensions `Flask-Script <https://github.com/smurfix/flask-script>`_
-and `Flask-Migrate <https://github.com/miguelgrinberg/flask-migrate/>_`
+and `Flask-Migrate <https://github.com/miguelgrinberg/flask-migrate/>`_
are used to ease remote migrations.
Local migrations
bgstack15