From f6350788df761acf1d0faf0f51f0121591354a5d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 18 Oct 2022 15:37:52 +0200 Subject: [PATCH] Documentation: Satisfy link checker --- docs/sqlalchemy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sqlalchemy.rst b/docs/sqlalchemy.rst index 9ee38cf09..f53ea5ed0 100644 --- a/docs/sqlalchemy.rst +++ b/docs/sqlalchemy.rst @@ -629,7 +629,7 @@ column on the ``Character`` class. .. _operator: https://docs.python.org/2/library/operator.html .. _any: http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.ARRAY.Comparator.any .. _tuple: https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range -.. _count result rows: http://docs.sqlalchemy.org/en/latest/orm/tutorial.html#counting +.. _count result rows: http://docs.sqlalchemy.org/en/14/orm/tutorial.html#counting .. _MATCH predicate: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#match-predicate .. _arguments reference: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#arguments .. _boost values: https://crate.io/docs/crate/reference/en/latest/general/dql/fulltext.html#arguments