From owner-dev-commits-doc-all@freebsd.org Tue Apr 20 10:58:14 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 1AE885F03E5 for ; Tue, 20 Apr 2021 10:58:14 +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 4FPgdf0HcYz4Zg5; Tue, 20 Apr 2021 10:58:14 +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 F0E091156D; Tue, 20 Apr 2021 10:58:13 +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 13KAwDk6045874; Tue, 20 Apr 2021 10:58:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13KAwDdZ045873; Tue, 20 Apr 2021 10:58:13 GMT (envelope-from git) Date: Tue, 20 Apr 2021 10:58:13 GMT Message-Id: <202104201058.13KAwDdZ045873@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: bb4bdb25db - main - content/en: Use <
> for linking within a document MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bb4bdb25db841acd73da3ce543c964afe49f7f63 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: Tue, 20 Apr 2021 10:58:14 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=bb4bdb25db841acd73da3ce543c964afe49f7f63 commit bb4bdb25db841acd73da3ce543c964afe49f7f63 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-20 10:49:32 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-20 10:49:32 +0000 content/en: Use <
> for linking within a document I've used the following script to locate all the cases where crossref was used to link to a section within the same document: grep -R crossref: | while read -r case; do file=${case%%:*} dir=${file%/*} dir_name=${dir##*/} line=${case##*:} target_document=${line%%[*} if [ "$dir_name" = "$target_document" ]; then echo "$case" fi done --- documentation/content/en/books/handbook/mirrors/_index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 6d1aaafa1d..940df19568 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -524,7 +524,7 @@ To update [.filename]#/usr/src# created in the example above, use: The update is much quicker than a checkout, only transferring files that have changed. -There are also external mirrors maintained by project members available, please refer to the crossref:mirrors[external-mirrors,External mirrors] section. +There are also external mirrors maintained by project members available, please refer to the <> section. === SSH related information @@ -554,7 +554,7 @@ These are also published as SSHFP records in DNS. === Web-based repository browser The FreeBSD project currently uses cgit as the web-based repository browser: https://cgit.freebsd.org/. -The URLs of indivirual repositories are listed crossref:mirrors[git-url-table,here]. +The URLs of indivirual repositories are listed in <>. === For Users @@ -730,7 +730,7 @@ This section demonstrates how to install Subversion on a FreeBSD system and use FreeBSD systems older than 12._x_ do not have proper root certificates. Those certificates allow Subversion to verify the identity of HTTPS repository server. -Installation instructions are described in crossref:mirrors[git-ssl-certificates,“Root SSL Certificates”]. +Installation instructions are described in <>. [[svn-svnlite]] === Svnlite