From owner-dev-commits-doc-all@freebsd.org Mon Mar 29 19:59:36 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 C30315A9723 for ; Mon, 29 Mar 2021 19:59:36 +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 4F8NhS5DSnz4bYx; Mon, 29 Mar 2021 19:59:36 +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 A674719426; Mon, 29 Mar 2021 19:59:36 +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 12TJxaf2068780; Mon, 29 Mar 2021 19:59:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12TJxaL1068779; Mon, 29 Mar 2021 19:59:36 GMT (envelope-from git) Date: Mon, 29 Mar 2021 19:59:36 GMT Message-Id: <202103291959.12TJxaL1068779@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Rene Ladan Subject: git: acc10bbdad - main - problem-reports: convert a svnweb link for UPDATING to cgit. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: acc10bbdadf2a9ce68e68d92a7583dade59d4822 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, 29 Mar 2021 19:59:36 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/doc/commit/?id=acc10bbdadf2a9ce68e68d92a7583dade59d4822 commit acc10bbdadf2a9ce68e68d92a7583dade59d4822 Author: Rene Ladan AuthorDate: 2021-03-29 19:47:58 +0000 Commit: Rene Ladan CommitDate: 2021-03-29 19:47:58 +0000 problem-reports: convert a svnweb link for UPDATING to cgit. # Uncomment and complete these metadata fields, as appropriate: # # PR: # Submitted by: # Reported by: # Reviewed by: # Approved by: # Obtained from: # MFC after: # MFH: # Relnotes: # Security: # Sponsored by: # Pull Request: # Differential Revision: # # Description of fields to fill in above: 72 columns --| # PR: If and which Problem Report is related. # Submitted by: If someone else sent in the change. # Reported by: If someone else reported the issue. # Reviewed by: If someone else reviewed your modification. # Approved by: If you needed approval for this commit. # Obtained from: If the change is from a third party. # MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. # MFH: Ports tree branch name. Request approval for merge. # Relnotes: Set to 'yes' for mention in release notes. # Security: Vulnerability reference (one per line) or description. # Sponsored by: If the change was sponsored by an organization. # Pull Request: https://github.com/freebsd//pull/### (*full* GitHub URL needed). # Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). --- documentation/content/en/articles/problem-reports/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/problem-reports/_index.adoc b/documentation/content/en/articles/problem-reports/_index.adoc index 5733c0ae46..86dbb2d877 100644 --- a/documentation/content/en/articles/problem-reports/_index.adoc +++ b/documentation/content/en/articles/problem-reports/_index.adoc @@ -96,7 +96,7 @@ For FreeBSD, this means: * Next, the searchable https://bugs.freebsd.org/bugzilla/query.cgi[FreeBSD PR database] (Bugzilla). Unless the problem is recent or obscure, there is a fair chance it has already been reported. * Most importantly, attempt to see if existing documentation in the source base addresses your problem. + -For the base FreeBSD code, you should carefully study the contents of [.filename]#/usr/src/UPDATING# on your system or the latest version at https://svnweb.freebsd.org/base/head/UPDATING?view=log[https://svnweb.freebsd.org/base/head/UPDATING?view=log]. +For the base FreeBSD code, you should carefully study the contents of [.filename]#/usr/src/UPDATING# on your system or the latest version at https://cgit.freebsd.org/src/tree/UPDATING[https://cgit.freebsd.org/src/tree/UPDATING]. (This is vital information if you are upgrading from one version to another-especially if you are upgrading to the FreeBSD-CURRENT branch). + However, if the problem is in something that was installed as a part of the FreeBSD Ports Collection, you should refer to [.filename]#/usr/ports/UPDATING# (for individual ports) or [.filename]#/usr/ports/CHANGES# (for changes that affect the entire Ports Collection).