diff options
| author | Ryusuke SUZUKI <ryusuke@FreeBSD.org> | 2021-05-16 05:53:58 +0000 |
|---|---|---|
| committer | Ryusuke SUZUKI <ryusuke@FreeBSD.org> | 2021-05-16 05:53:58 +0000 |
| commit | 388d5afb3df7023f99db061241bef58121401c63 (patch) | |
| tree | 70368c3c345edd25599f9329137137a8b3e2d48a | |
| parent | 58f7dd99162f2c59546779ed82c1a33b2b0904b3 (diff) | |
Correct links to handbook ports section.
| -rw-r--r-- | website/content/en/ports/installing.adoc | 2 | ||||
| -rw-r--r-- | website/content/en/ports/references.adoc | 2 | ||||
| -rw-r--r-- | website/content/en/ports/updating.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/website/content/en/ports/installing.adoc b/website/content/en/ports/installing.adoc index 35f329be6f..185ecf14aa 100644 --- a/website/content/en/ports/installing.adoc +++ b/website/content/en/ports/installing.adoc @@ -14,4 +14,4 @@ include::shared/en/urls.adoc[] The FreeBSD installer programs allow the Ports Collection to be installed at the same time as the operating system. See link:https://www.FreeBSD.org/cgi/man.cgi?query=bsdinstall[`bsdinstall`] for more information. -If the Ports Collection is not initially installed, it can be added with link:{handbook}#ports-using[portsnap] or (if running FreeBSD {rel114-current} or {rel121-current}) or link:{handbook}#svn[Subversion] (if running FreeBSD-CURRENT). +If the Ports Collection is not initially installed, it can be added with link:{handbook}ports/#ports-using[portsnap] or (if running FreeBSD {rel114-current} or {rel121-current}) or link:{handbook}#svn[Subversion] (if running FreeBSD-CURRENT). diff --git a/website/content/en/ports/references.adoc b/website/content/en/ports/references.adoc index d5417016cd..448b2cf03a 100644 --- a/website/content/en/ports/references.adoc +++ b/website/content/en/ports/references.adoc @@ -11,7 +11,7 @@ include::shared/en/urls.adoc[] ''''' -To start learning more about ports and packages, see link:{handbook}#ports[Installing Applications: Packages and Ports], a section of the link:{handbook}[FreeBSD Handbook]. +To start learning more about ports and packages, see link:{handbook}ports/[Installing Applications: Packages and Ports], a section of the link:{handbook}[FreeBSD Handbook]. The link:{porters-handbook}[Porter's Handbook] is the master reference for both creating new ports and maintaining existing ports, including a section on link:{porters-handbook}#keeping-up[Keeping Up]. It also contains more detail about the topics below, as well as more references for further study. diff --git a/website/content/en/ports/updating.adoc b/website/content/en/ports/updating.adoc index be8e8dabb4..d175c4c6b5 100644 --- a/website/content/en/ports/updating.adoc +++ b/website/content/en/ports/updating.adoc @@ -17,4 +17,4 @@ Changes that affect the entire port system are now documented in the https://cgi For more information about new, changed or removed ports/packages, or if you wish to search for a specific application to see if it's available as a port/package, you may use the form above; alternatively, you may wish to visit https://www.FreshPorts.org[FreshPorts.org] and either browse the site or subscribe to the lists hosted there. -To learn more about installing and maintaining ports, see link:{handbook}#ports[Installing Applications: Packages and Ports], a section of the link:{handbook}[FreeBSD Handbook]; the section of the Porter's Handbook called link:{porters-handbook}#keeping-up[Keeping Up]; and the link:https://www.FreeBSD.org/cgi/man.cgi?query=ports[`ports manual page`]. +To learn more about installing and maintaining ports, see link:{handbook}ports/[Installing Applications: Packages and Ports], a section of the link:{handbook}[FreeBSD Handbook]; the section of the Porter's Handbook called link:{porters-handbook}#keeping-up[Keeping Up]; and the link:https://www.FreeBSD.org/cgi/man.cgi?query=ports[`ports manual page`]. |
