summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-03-30 01:49:44 +0000
committerTim Graham <timograham@gmail.com>2019-03-29 21:50:28 -0400
commit5237da3416aa4db47b396e26238db9fdac121c24 (patch)
tree4d42c8db1a79f0d2e5e0db500143dcf61ce514ac /docs/topics
parent2fb602f58181fa07e416474a35fef1945a6f8df3 (diff)
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/sql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index 7fdcfae149..84420c7e4b 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -190,7 +190,7 @@ of people with their ages calculated by the database::
You can often avoid using raw SQL to compute annotations by instead using a
:ref:`Func() expression <func-expressions>`.
-__ https://www.postgresql.org/docs/current/static/functions-datetime.html
+__ https://www.postgresql.org/docs/current/functions-datetime.html
Passing parameters into ``raw()``
---------------------------------