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 | 293a6ac4b9898febe1cf9a4614facf6128be5d77 (patch) | |
tree | 940dc5b93280a4e232bfaccd55f859f5f40e036b | |
parent | 13b8a1c19626d425176b1e00a8104db1e339aaf3 (diff) | |
download | postgresql-293a6ac4b9898febe1cf9a4614facf6128be5d77.tar.gz postgresql-293a6ac4b9898febe1cf9a4614facf6128be5d77.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. |