]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix broken link
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 May 2017 13:59:38 +0000 (09:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 May 2017 13:59:38 +0000 (09:59 -0400)
Change-Id: I2f3b5ae29600696b34a6afdddc2f94920febf31d

doc/build/core/type_basics.rst

index 02aa9d2d0bf380b84fde64039da747c108ade691..bf9cad06489f20e96ab2ec623bf46e57c91f0812 100644 (file)
@@ -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: