Skip to content

Commit 0c00892

Browse files
committed
fix link
1 parent 4268ea0 commit 0c00892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Does SQLAlchemy support ALTER TABLE, CREATE VIEW, CREATE TRIGGER, Schema Upgrade
186186

187187
General ALTER support isn't present in SQLAlchemy directly. For special DDL
188188
on an ad-hoc basis, the :class:`.DDL` and related constructs can be used.
189-
See :ref:`ddl_toplevel` for a discussion on this subject.
189+
See :doc:`core/ddl` for a discussion on this subject.
190190

191191
A more comprehensive option is to use schema migration tools, such as Alembic
192192
or SQLAlchemy-Migrate; see :ref:`schema_migrations` for discussion on this.

0 commit comments

Comments
 (0)