diff options
author | Tatsuo Ishii | 2019-01-23 04:06:45 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2019-01-23 04:06:45 +0000 |
commit | 78855e798325f64e36e2775031137ea83ad0c3ef (patch) | |
tree | c26c2545965a48e1bf0c614a9479cf15f8a9e7c7 | |
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
-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 aa0f278b02..0608b8c612 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 |