diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2019-01-23 13:06:45 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2019-01-23 13:06:45 +0900 |
commit | 78855e798325f64e36e2775031137ea83ad0c3ef (patch) | |
tree | c26c2545965a48e1bf0c614a9479cf15f8a9e7c7 /doc/src | |
parent | adaaacae658e37a3e3c836266681774395b437fe (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
Diffstat (limited to 'doc/src')
-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 aa0f278b022..0608b8c6125 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 |