diff options
author | Minsoo Choo <fel1x.mintchoco.development@gmail.com> | 2022-03-01 19:37:26 +0000 |
---|---|---|
committer | Daniel Ebdrup Jensen <debdrup@FreeBSD.org> | 2022-03-01 19:37:26 +0000 |
commit | ae80d7bad0d02eb9def6fa63655d36e5451750cb (patch) | |
tree | 32daa8c513e61a1928544cf2085413a04ac917fc | |
parent | 4517b2328e36f58c28f0d385609db8838a61cca2 (diff) | |
download | doc-ae80d7bad0.tar.gz doc-ae80d7bad0.zip |
relnotes: Remove references to documentation for !-RELEASE
The release notes erroneously reference documentation that is not
provided with either -CURRENT or -STABLE branches.
If they ever existed, it's been a long time since they were removed, as
a check on the ftp-archive reveals no existence of it as far back as
6-STABLE in and around 2005.
PR: 252980 255242
Reviewed by: gjb (releng)
Differential Revision: https://reviews.freebsd.org/D33073
-rw-r--r-- | website/content/en/relnotes.adoc | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/website/content/en/relnotes.adoc b/website/content/en/relnotes.adoc index 804285102c..b709002e67 100644 --- a/website/content/en/relnotes.adoc +++ b/website/content/en/relnotes.adoc @@ -26,33 +26,6 @@ The release documentation for each -RELEASE version of FreeBSD (for example, {re These files are located in the top-level directory of each distribution. Both HTML and text forms are usually provided. -//// == Snapshot Versions of FreeBSD -The release documentation files for snapshots are generally in the top-level directory of each snapshot. - -== Documentation for -CURRENT and -STABLE - -HTML versions of the release documentation for FreeBSD -CURRENT and FreeBSD -STABLE are available on the FreeBSD web site. These documents are continually changing and automatically generated. The versions on the web site are rebuilt at the same time that the rest of the web site is updated. - -=== FreeBSD -CURRENT Release Documentation - -* link:../releases/CURRENT/readme/[README] -* link:../releases/CURRENT/relnotes/[Release Notes] -* link:../releases/CURRENT/hardware/[Hardware Notes] - -=== FreeBSD 13-STABLE Release Documentation - -* link:../relnotes/13-STABLE/readme/[README] -* link:../relnotes/13-STABLE/relnotes/[Release Notes] -* link:../relnotes/13-STABLE/hardware/[Hardware Notes] -* link:../relnotes/13-STABLE/errata/[Errata] - -=== FreeBSD 12-STABLE Release Documentation - -* link:../relnotes/12-STABLE/readme/[README] -* link:../relnotes/12-STABLE/relnotes/[Release Notes] -* link:../relnotes/12-STABLE/hardware/[Hardware Notes] -* link:../relnotes/12-STABLE/errata/[Errata] - -//// +The only release notes provided on the FreeBSD website are for FreeBSD -RELEASE, not FreeBSD -STABLE or FreeBSD -CURRENT. |