Skip to content

Commit

Permalink
Fixing :doc: link (#9569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer authored Mar 8, 2022
1 parent eb1d548 commit 5ed5383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/basic-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Here is a complete list of ``Column``s attributes (all optional):
not be greater than ``precision``.
- ``columnDefinition``: Allows to define a custom
DDL snippet that is used to create the column. Warning: This normally
confuses the :ref:`SchemaTool <tools.rst>` to always detect the column as changed.
confuses the :doc:`SchemaTool <tools>` to always detect the column as changed.
- ``options``: Key-value pairs of options that get passed
to the underlying database platform when generating DDL statements.

Expand Down

0 comments on commit 5ed5383

Please sign in to comment.