Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d
particular type of Python data. SQLAlchemy will choose the best
database column type available on the target database when issuing a
``CREATE TABLE`` statement. For complete control over which column
-type is emitted in ``CREATE TABLE``, such as ``VARCHAR`` see `SQL
-Standard Types`_ and the other sections of this chapter.
+type is emitted in ``CREATE TABLE``, such as ``VARCHAR`` see
+:ref:`types_sqlstandard` and the other sections of this chapter.
.. autoclass:: BigInteger
:members: