diff options
author | Minsoo Choo <minsoochoo0122@proton.me> | 2023-11-25 10:23:17 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-11-25 10:23:17 +0000 |
commit | cc7c9e7d28f2e47391b0d8fda1496d2a5c06bd22 (patch) | |
tree | 56e599372579971598d8db9b013804c9c6814b47 | |
parent | ef39f1279a0af03063cb95fd628e601dc1f6b4c8 (diff) | |
download | doc-cc7c9e7d28.tar.gz doc-cc7c9e7d28.zip |
Website - Security: New link to handbook
Add a link to handbook for details about applying security patches
PR: 267985
Differential Revision: https://reviews.freebsd.org/D42755
-rw-r--r-- | website/content/en/security/_index.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/content/en/security/_index.adoc b/website/content/en/security/_index.adoc index 76f7acd711..3bab20ff50 100644 --- a/website/content/en/security/_index.adoc +++ b/website/content/en/security/_index.adoc @@ -3,6 +3,7 @@ title: "FreeBSD Security Information" sidenav: support --- +include::shared/en/urls.adoc[] include::shared/releases.adoc[] = FreeBSD Security Information @@ -83,6 +84,8 @@ If that fails, follow the other instructions in the security advisory you care a Note that the above procedure is only for users who have previously installed a binary distribution. Those who have built from source will need to update their source tree to upgrade. +For more details, read link:{handbook}cutting-edge/#freebsdupdate-security-patches[how to apply security patches]. + [[sup]] == Supported FreeBSD releases |