aboutsummaryrefslogtreecommitdiff
path: root/documentation/migrations.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-19 14:57:07 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-19 14:57:07 +0100
commitc0dd3dfa4dd333ec97145142def30db4d1f4db30 (patch)
tree23c3a011a55f4225de8ad0c6dc02ca3d1050510b /documentation/migrations.rst
parentUpdated documentation for the migrations. (diff)
downloadnewspipe-c0dd3dfa4dd333ec97145142def30db4d1f4db30.tar.gz
newspipe-c0dd3dfa4dd333ec97145142def30db4d1f4db30.tar.bz2
newspipe-c0dd3dfa4dd333ec97145142def30db4d1f4db30.zip
Typo.
Diffstat (limited to 'documentation/migrations.rst')
-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