diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-17 13:50:42 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-17 13:50:42 -0500 |
commit | 756f22182a445609bde1fc0a93184bd7b98854c0 (patch) | |
tree | a06a32ab121ff2465731b7bfaf4924a4389f07b4 | |
parent | 59ca4633acd42d90dc01aef9a40373ee98080481 (diff) | |
download | sqlalchemy-756f22182a445609bde1fc0a93184bd7b98854c0.tar.gz |
name it with a dash
-rw-r--r-- | doc/build/dialects/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index d22f11ee2..05016e84e 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -68,7 +68,7 @@ Community members interested in these dialects should feel free to pick up on their current codebase and fork off into working libraries. * `sqlalchemy-access <https://bitbucket.org/zzzeek/sqlalchemy-access>`_ - driver for Microsoft Access. -* `sqlalchemy-informixdb <https://bitbucket.org/zzzeek/sqlalchemy_informixdb>`_ - driver for the informixdb DBAPI. +* `sqlalchemy-informixdb <https://bitbucket.org/zzzeek/sqlalchemy-informixdb>`_ - driver for the informixdb DBAPI. * `sqlalchemy-maxdb <https://bitbucket.org/zzzeek/sqlalchemy-maxdb>`_ - driver for the MaxDB database |