From owner-dev-commits-doc-all@freebsd.org Tue Apr 20 11:01:40 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 6C9E05F0A8C for ; Tue, 20 Apr 2021 11:01:40 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FPgjc2chkz4b40; Tue, 20 Apr 2021 11:01:40 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id 49722ACCE; Tue, 20 Apr 2021 11:01:40 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-ej1-f50.google.com with SMTP id sd23so48972151ejb.12; Tue, 20 Apr 2021 04:01:40 -0700 (PDT) X-Gm-Message-State: AOAM530DejkE/QdxgWMKIPn0oZXMBbyTEVi7RfppHnXjM5+7ZDiTShXj KzUn1a2O1muQ/9J51KvI56FZBfRDNhDc5KyIMCI= X-Google-Smtp-Source: ABdhPJyxYSj6AcFflz4HlGxMiAgH4IVUS5kicQhO9zFuOyZZv8hCpKqt1saKdHyW6wH/b1DVB4UuC5YN06hVbKc60Jo= X-Received: by 2002:a17:906:9392:: with SMTP id l18mr26571480ejx.222.1618916499133; Tue, 20 Apr 2021 04:01:39 -0700 (PDT) MIME-Version: 1.0 References: <202104201058.13KAwDdZ045873@gitrepo.freebsd.org> In-Reply-To: <202104201058.13KAwDdZ045873@gitrepo.freebsd.org> From: Sergio Carlavilla Date: Tue, 20 Apr 2021 13:01:28 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: bb4bdb25db - main - content/en: Use <
> for linking within a document To: Mateusz Piotrowski <0mp@freebsd.org> Cc: dev-commits-doc-all@freebsd.org, doc-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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 11:01:40 -0000 On Tue, 20 Apr 2021 at 12:58, Mateusz Piotrowski <0mp@freebsd.org> wrote: > The branch main has been updated by 0mp: > > URL: > https://cgit.FreeBSD.org/doc/commit/?id=3Dbb4bdb25db841acd73da3ce543c964a= fe49f7f63 > > 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=3D${case%%:*} > dir=3D${file%/*} > dir_name=3D${dir##*/} > line=3D${case##*:} > target_document=3D${line%%[*} > if [ "$dir_name" =3D "$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 exampl= e > 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. > > =3D=3D=3D SSH related information > > @@ -554,7 +554,7 @@ These are also published as SSHFP records in DNS. > =3D=3D=3D 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 <>. > > =3D=3D=3D For Users > > @@ -730,7 +730,7 @@ This section demonstrates how to install Subversion o= n > 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,=E2=80=9CRoot SSL Certificates=E2= =80=9D]. > +Installation instructions are described in <>. > > [[svn-svnlite]] > =3D=3D=3D Svnlite > Hi, Nice script! Thanks!