doc: update PostgreSQL documentation links

"/static/" path element no longer required.
This commit is contained in:
Ian Barwick
2019-01-15 12:45:33 +09:00
parent 10be941298
commit ba7ef9e643
14 changed files with 26 additions and 26 deletions

View File

@@ -1332,7 +1332,7 @@
<emphasis>easier upgrades</emphasis>: &repmgr; is now implemented as a native
PostgreSQL extension, which means future upgrades can be carried out by
installing the upgraded package and issuing
<ulink url="https://www.postgresql.org/docs/current/static/sql-alterextension.html">ALTER EXTENSION repmgr UPDATE</ulink>.
<ulink url="https://www.postgresql.org/docs/current/sql-alterextension.html">ALTER EXTENSION repmgr UPDATE</ulink>.
</para>
</listitem>