mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Removed unnecessary /static from links to PostgreSQL docs.
This commit is contained in:
parent
9410db9683
commit
198a2a9381
15 changed files with 51 additions and 52 deletions
|
@ -18,7 +18,7 @@ The `pgcrypto extension`_ must be installed. You can use the
|
|||
:class:`~django.contrib.postgres.operations.CryptoExtension` migration
|
||||
operation to install it.
|
||||
|
||||
.. _pgcrypto extension: https://www.postgresql.org/docs/current/static/pgcrypto.html
|
||||
.. _pgcrypto extension: https://www.postgresql.org/docs/current/pgcrypto.html
|
||||
|
||||
Usage example::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue