From 7aa50b9b197d542b63e86f423865f9bbec7af443 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 16 May 2017 09:59:38 -0400 Subject: [PATCH] - fix broken link Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d --- doc/build/core/type_basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/core/type_basics.rst b/doc/build/core/type_basics.rst index 02aa9d2d0b..bf9cad0648 100644 --- a/doc/build/core/type_basics.rst +++ b/doc/build/core/type_basics.rst @@ -35,8 +35,8 @@ Generic types specify a column that can read, write and store a 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: -- 2.39.5