Skip to content

Commit

Permalink
Fixed links.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Dec 13, 2017
1 parent 1f79233 commit ad6db6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/topics/infrastructure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Since by now only one item was stored, so there is only one item in the results.
SQLAlchemy Dialects
~~~~~~~~~~~~~~~~~~~

The databases supported by core `SQLAlchemy dialects <http://docs.sqlalchemy.org/en/latest/dialects/>`
The databases supported by core `SQLAlchemy dialects <http://docs.sqlalchemy.org/en/latest/dialects/>`__
are Firebird, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and Sybase. This library's
infrastructure classes for SQLAlchemy have been tested with MySQL, PostgreSQL, and SQLite.

Expand Down Expand Up @@ -446,7 +446,7 @@ if the application has not been constructed. See the
Django Backends
~~~~~~~~~~~~~~~

The supported `Django backends <https://docs.djangoproject.com/en/2.0/ref/databases/>`
The supported `Django backends <https://docs.djangoproject.com/en/2.0/ref/databases/>`__
are PostgreSQL, MySQL, SQLite, and Oracle. This library's Django infrastructure classes
have been tested with PostgreSQL, MySQL, SQLite.

Expand Down Expand Up @@ -538,7 +538,6 @@ that is out of the scope of this package — if you wish to do that, perhaps som
`Zookeeper <https://zookeeper.apache.org/>`__ might help.



Sequenced item mapper
=====================

Expand Down

0 comments on commit ad6db6c

Please sign in to comment.