From: Mike Bayer Date: Wed, 21 Aug 2013 22:57:00 +0000 (-0400) Subject: fix link X-Git-Tag: rel_0_8_3~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702be8a7b821106e5e57809bb05db65fd93dd785;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix link --- diff --git a/doc/build/faq.rst b/doc/build/faq.rst index 63eb2e053f..c1f47864ec 100644 --- a/doc/build/faq.rst +++ b/doc/build/faq.rst @@ -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.