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

@ -7,7 +7,7 @@ PostgreSQL specific aggregation functions
These functions are available from the ``django.contrib.postgres.aggregates``
module. They are described in more detail in the `PostgreSQL docs
<https://www.postgresql.org/docs/current/static/functions-aggregate.html>`_.
<https://www.postgresql.org/docs/current/functions-aggregate.html>`_.
.. note::