From owner-dev-commits-doc-all@freebsd.org Mon Jul 26 23:38:54 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 249F1676C2D for ; Mon, 26 Jul 2021 23:38:54 +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 4GYbwY6wD2z3pZc; Mon, 26 Jul 2021 23:38:53 +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 D4B2820389; Mon, 26 Jul 2021 23:38:53 +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 16QNcrbO095150; Mon, 26 Jul 2021 23:38:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16QNcrkg095149; Mon, 26 Jul 2021 23:38:53 GMT (envelope-from git) Date: Mon, 26 Jul 2021 23:38:53 GMT Message-Id: <202107262338.16QNcrkg095149@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: ad51336a1a - main - shared/*/urls.adoc: Fix main-site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ad51336a1a62e57223331a6efb551c7c2e340a6d 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: Mon, 26 Jul 2021 23:38:54 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=ad51336a1a62e57223331a6efb551c7c2e340a6d commit ad51336a1a62e57223331a6efb551c7c2e340a6d Author: Danilo G. Baio AuthorDate: 2021-07-25 21:52:07 +0000 Commit: Danilo G. Baio CommitDate: 2021-07-26 23:37:37 +0000 shared/*/urls.adoc: Fix main-site Country code was incorrect (Hugo's way) for a few languages. --- shared/pt-br/urls.adoc | 2 +- shared/zh-cn/urls.adoc | 2 +- shared/zh-tw/urls.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/pt-br/urls.adoc b/shared/pt-br/urls.adoc index 7a9d7014e2..fd2ea7d261 100644 --- a/shared/pt-br/urls.adoc +++ b/shared/pt-br/urls.adoc @@ -1,6 +1,6 @@ // $FreeBSD$ -:main-site: https://docs.freebsd.org/pt_br +:main-site: https://docs.freebsd.org/pt-br // books :dev-model: {main-site}/books/dev-model/ diff --git a/shared/zh-cn/urls.adoc b/shared/zh-cn/urls.adoc index e39c624b49..6f15786651 100644 --- a/shared/zh-cn/urls.adoc +++ b/shared/zh-cn/urls.adoc @@ -1,6 +1,6 @@ // $FreeBSD$ -:main-site: https://docs.freebsd.org/zh_cn +:main-site: https://docs.freebsd.org/zh-cn // books :dev-model: https://docs.freebsd.org/books/dev-model/ diff --git a/shared/zh-tw/urls.adoc b/shared/zh-tw/urls.adoc index 582ea949ea..ef61bdc140 100644 --- a/shared/zh-tw/urls.adoc +++ b/shared/zh-tw/urls.adoc @@ -1,6 +1,6 @@ // $FreeBSD$ -:main-site: https://docs.freebsd.org/zh_tw +:main-site: https://docs.freebsd.org/zh-tw // books :dev-model: {main-site}/books/dev-model/