diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2019-03-30 01:49:44 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-29 21:49:44 -0400 |
| commit | 198a2a9381a415f76c3170753270f5087ce4475a (patch) | |
| tree | 799414f647a0bb9742ebf65e62729b133e14b414 /docs/ref/unicode.txt | |
| parent | 9410db968388820e43aa453a640dd4720fff0c0f (diff) | |
Removed unnecessary /static from links to PostgreSQL docs.
Diffstat (limited to 'docs/ref/unicode.txt')
| -rw-r--r-- | docs/ref/unicode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index f98952c931..2c69d669b0 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -28,7 +28,7 @@ able to store certain characters in the database, and information will be lost. for internal encoding. .. _MySQL manual: https://dev.mysql.com/doc/refman/en/charset-database.html -.. _PostgreSQL manual: https://www.postgresql.org/docs/current/static/multibyte.html +.. _PostgreSQL manual: https://www.postgresql.org/docs/current/multibyte.html .. _Oracle manual: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/index.html .. _section 2: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/choosing-character-set.html .. _section 11: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/character-set-migration.html |
