Skip to content

Commit

Permalink
fixed link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 7, 2015
1 parent bfe656d commit 738d33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To see all the commands that are available run this command::
Multiple Database Support
-------------------------

Flask-Migrate can integrate with the `binds <https://pythonhosted.org/Flask-SQLAlchemy/binds.html>` feature of Flask-SQLAlchemy, making it possible to track migrations to multiple databases associated with an application.
Flask-Migrate can integrate with the `binds <https://pythonhosted.org/Flask-SQLAlchemy/binds.html>`_ feature of Flask-SQLAlchemy, making it possible to track migrations to multiple databases associated with an application.

To create a multiple database migration repository, add the ``--multidb`` argument to the ``init`` command::

Expand Down

0 comments on commit 738d33c

Please sign in to comment.