diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2019-01-23 13:14:52 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2019-01-23 13:14:52 +0900 |
commit | 77002ad375a8ca6b7587560208303cf2555d62bb (patch) | |
tree | 6152e2f57795e1a211ec092a6eae209fbf241248 | |
parent | f6192660ab861a9308bc5d1d4613b71f896aeac6 (diff) |
Doc: fix typo in URL of OASIS group web site.
In other places that has been changed from http://www.oasis-open.org/
https://www.oasis-open.org/ but there's a place where the change was
missed.
Discussion: https://postgr.es/m/20190121.222844.399814306477973879.t-ishii%40sraoss.co.jp
-rw-r--r-- | doc/src/sgml/docguide.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 420a2f9d6e5..baa88b2fcef 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -80,7 +80,7 @@ <variablelist> <varlistentry> - <term><ulink url="http://www.oasis-open.org/docbook/">DocBook DTD</ulink></term> + <term><ulink url="https://www.oasis-open.org/docbook/">DocBook DTD</ulink></term> <listitem> <para> This is the definition of DocBook itself. We currently use version |