]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix link
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Aug 2013 22:57:00 +0000 (18:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Aug 2013 22:57:08 +0000 (18:57 -0400)
doc/build/faq.rst

index 63eb2e053f52019834dffc4bc136015989f0acdd..c1f47864ec0befd16e5ee45c8355aefa1cb3dc3d 100644 (file)
@@ -186,7 +186,7 @@ Does SQLAlchemy support ALTER TABLE, CREATE VIEW, CREATE TRIGGER, Schema Upgrade
 
 General ALTER support isn't present in SQLAlchemy directly.  For special DDL
 on an ad-hoc basis, the :class:`.DDL` and related constructs can be used.
-See :ref:`ddl_toplevel` for a discussion on this subject.
+See :doc:`core/ddl` for a discussion on this subject.
 
 A more comprehensive option is to use schema migration tools, such as Alembic
 or SQLAlchemy-Migrate; see :ref:`schema_migrations` for discussion on this.