diff options
author | Mike Karels <karels@FreeBSD.org> | 2024-03-04 15:43:37 +0000 |
---|---|---|
committer | Mike Karels <karels@FreeBSD.org> | 2024-03-04 15:43:37 +0000 |
commit | 3d3bc802d9a48a47a48a02cf120b8a2f573edcd6 (patch) | |
tree | 038a7be520efc73051dc6a1785d5f34a27ab3302 | |
parent | 3f7e8296041496252b3e6a2a5c8b9480e786f4a2 (diff) | |
download | doc-3d3bc802d9.tar.gz doc-3d3bc802d9.zip |
13.3 readme: fix bibliography link
Fix markup for link to bibliography in the handbook. Part of
https://github.com/freebsd/freebsd-doc/pull/346.
Obtained from: grahamperrin@gmail.com
-rw-r--r-- | website/content/en/releases/13.3R/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/content/en/releases/13.3R/readme.adoc b/website/content/en/releases/13.3R/readme.adoc index 9169110486..ffab62238e 100644 --- a/website/content/en/releases/13.3R/readme.adoc +++ b/website/content/en/releases/13.3R/readme.adoc @@ -123,7 +123,7 @@ Other Project-maintained books and articles are more specialized -- covering a w For offline documentation in HTML and PDF formats: you can install a language-specific package such as package:misc/freebsd-doc-en[] (_-en_ for English), or multi-language package:misc/freebsd-doc-all[]. Alternatively, use a copy of the [.filename]`doc` repo to build and install from source code. -A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. +A listing of other books and documents about FreeBSD can be found in the link:{handbook}bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. [[acknowledgements]] == Acknowledgments |