Removed unnecessary /static from links to PostgreSQL docs.

This commit is contained in:
Nick Pope 2019-03-30 01:49:44 +00:00 committed by Tim Graham
parent 9410db9683
commit 198a2a9381
15 changed files with 51 additions and 52 deletions

View file

@ -283,8 +283,8 @@ transform do not change. For example::
``max_length`` won't be enforced in the database since ``citext`` behaves
similar to PostgreSQL's ``text`` type.
.. _citext: https://www.postgresql.org/docs/current/static/citext.html
.. _the performance considerations: https://www.postgresql.org/docs/current/static/citext.html#AEN178177
.. _citext: https://www.postgresql.org/docs/current/citext.html
.. _the performance considerations: https://www.postgresql.org/docs/current/citext.html#AEN178177
``HStoreField``
===============