From owner-dev-commits-doc-all@freebsd.org Sun May 16 05:54:23 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1559A636665 for ; Sun, 16 May 2021 05:54:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FjWg30839z4Rs4; Sun, 16 May 2021 05:54:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0D5713BCC; Sun, 16 May 2021 05:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14G5sMgN006156; Sun, 16 May 2021 05:54:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14G5sMo7006155; Sun, 16 May 2021 05:54:22 GMT (envelope-from git) Date: Sun, 16 May 2021 05:54:22 GMT Message-Id: <202105160554.14G5sMo7006155@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 388d5afb3d - main - Correct links to handbook ports section. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 388d5afb3df7023f99db061241bef58121401c63 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2021 05:54:23 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=388d5afb3df7023f99db061241bef58121401c63 commit 388d5afb3df7023f99db061241bef58121401c63 Author: Ryusuke SUZUKI AuthorDate: 2021-05-16 05:53:58 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-05-16 05:53:58 +0000 Correct links to handbook ports section. --- website/content/en/ports/installing.adoc | 2 +- website/content/en/ports/references.adoc | 2 +- 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`].