diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-09-12 22:17:17 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-09-12 22:17:17 +0200 |
commit | 7d7d72c195e89b3eb9f9c9a03f70f9d238207c59 (patch) | |
tree | ab47972eb59becf7112984ebf7a8cf9ce27d3217 | |
parent | cb49042b58f8ca42da1cd7f2baf56bf52d92cd69 (diff) | |
download | postgresql-7d7d72c195e89b3eb9f9c9a03f70f9d238207c59.tar.gz postgresql-7d7d72c195e89b3eb9f9c9a03f70f9d238207c59.zip |
doc: Fix link to FreeBSD documentation project
The FreeBSD site was changed with a redirect, which in turn seems to
lead to a 404. Replace with the working link.
Author: James Coleman <jtc331@gmail.com>
Discussion: https://postgr.es/m/CAAaqYe_JZRj+KPn=hACtwsg1iLRYs=jYvxG1NW4AnDeUL1GD-Q@mail.gmail.com
-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 05dd9a8b44e..e1bac68604f 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -63,7 +63,7 @@ a complete O'Reilly book for your online reading pleasure. The <ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html"> NewbieDoc Docbook Guide</ulink> is very helpful for beginners. - The <ulink url="https://www.freebsd.org/docproj/docproj.html"> + The <ulink url="https://www.freebsd.org/docproj/"> FreeBSD Documentation Project</ulink> also uses DocBook and has some good information, including a number of style guidelines that might be worth considering. |