summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-21 18:57:00 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-21 18:57:08 -0400
commit702be8a7b821106e5e57809bb05db65fd93dd785 (patch)
tree5709851e62e25249715970dc2a0d56f3375ce9fb
parent09b93477d26e8298c255b98eb0d6371839bbfa87 (diff)
downloadsqlalchemy-702be8a7b821106e5e57809bb05db65fd93dd785.tar.gz
fix link
-rw-r--r--doc/build/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/faq.rst b/doc/build/faq.rst
index 63eb2e053..c1f47864e 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.