From owner-dev-commits-doc-all@freebsd.org Tue Apr 13 10:48:29 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 6FB5E5DB82B for ; Tue, 13 Apr 2021 10:48:29 +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 4FKMld2pkjz4YcW; Tue, 13 Apr 2021 10:48:29 +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 5354A16AC; Tue, 13 Apr 2021 10:48:29 +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 13DAmTZm019751; Tue, 13 Apr 2021 10:48:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DAmTDP019750; Tue, 13 Apr 2021 10:48:29 GMT (envelope-from git) Date: Tue, 13 Apr 2021 10:48:29 GMT Message-Id: <202104131048.13DAmTDP019750@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: 4f309a91a5 - main - Corrected the notation of mailing list name. 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: 4f309a91a5860d42d5d3bbbc449daefbfc6d9af6 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, 13 Apr 2021 10:48:29 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=4f309a91a5860d42d5d3bbbc449daefbfc6d9af6 commit 4f309a91a5860d42d5d3bbbc449daefbfc6d9af6 Author: Ryusuke SUZUKI AuthorDate: 2021-04-13 10:48:02 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-04-13 10:48:02 +0000 Corrected the notation of mailing list name. --- .../content/en/books/handbook/eresources/_index.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/content/en/books/handbook/eresources/_index.adoc b/documentation/content/en/books/handbook/eresources/_index.adoc index daacb1f6ec..b41d30622d 100644 --- a/documentation/content/en/books/handbook/eresources/_index.adoc +++ b/documentation/content/en/books/handbook/eresources/_index.adoc @@ -426,31 +426,31 @@ SVN log messages are sent to SVN lists. | Area Description (source for) -|{dev-commits-doc-all} +|{dev-commits-doc-all-url}[dev-commits-doc-all] |[.filename]#/usr/doc# |All changes to the doc repository -|{dev-commits-ports-all} +|{dev-commits-ports-all-url}[dev-commits-ports-all] |[.filename]#/usr/ports# |All changes to the ports repository -|{dev-commits-ports-main} +|{dev-commits-ports-main-url}[dev-commits-ports-main] |[.filename]#/usr/ports# |All changes to the "main" branch of the ports repository -|{dev-commits-ports-branches} +|{dev-commits-ports-branches-url}[dev-commits-ports-branches] |[.filename]#/usr/ports# |All changes to the quarterly branches of the ports repository -|{dev-commits-src-all} +|{dev-commits-src-all-url}[dev-commits-src-all] |[.filename]#/usr/src# |All changes to the src repository -|{dev-commits-src-main} +|{dev-commits-src-main-url}[dev-commits-src-main] |[.filename]#/usr/src# |All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) -|{dev-commits-src-branches} +|{dev-commits-src-branches-url}[dev-commits-src-branches] |[.filename]#/usr/src# |All changes to all stable branches of the src repository |===