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 | 9394fe05e7fe851461af287dfd28b8bc45c072c7 (patch) | |
tree | 487e240151782f24cd6c4b86cff1196f702e248a | |
parent | eb8b848079c3e3f8cd486f209e50d0114476d2e8 (diff) | |
download | postgresql-9394fe05e7fe851461af287dfd28b8bc45c072c7.tar.gz postgresql-9394fe05e7fe851461af287dfd28b8bc45c072c7.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. |