From: Mike Bayer Date: Tue, 16 May 2017 13:59:38 +0000 (-0400) Subject: - fix broken link X-Git-Tag: rel_1_2_0b1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa50b9b197d542b63e86f423865f9bbec7af443;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix broken link Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d --- 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: