From owner-svn-doc-head@freebsd.org Thu Sep 6 01:39:05 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4873FFE1436; Thu, 6 Sep 2018 01:39:05 +0000 (UTC) (envelope-from ebrandi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0DC87F695; Thu, 6 Sep 2018 01:39:04 +0000 (UTC) (envelope-from ebrandi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB3FC2DCDC; Thu, 6 Sep 2018 01:39:04 +0000 (UTC) (envelope-from ebrandi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w861d4So014516; Thu, 6 Sep 2018 01:39:04 GMT (envelope-from ebrandi@FreeBSD.org) Received: (from ebrandi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w861d4Wl014515; Thu, 6 Sep 2018 01:39:04 GMT (envelope-from ebrandi@FreeBSD.org) Message-Id: <201809060139.w861d4Wl014515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ebrandi set sender to ebrandi@FreeBSD.org using -f From: Edson Brandi Date: Thu, 6 Sep 2018 01:39:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52228 - head/en_US.ISO8859-1/articles/contributing X-SVN-Group: doc-head X-SVN-Commit-Author: ebrandi X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/contributing X-SVN-Commit-Revision: 52228 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2018 01:39:05 -0000 Author: ebrandi Date: Thu Sep 6 01:39:04 2018 New Revision: 52228 URL: https://svnweb.freebsd.org/changeset/doc/52228 Log: URL Fix to avoid the need of a http redirect The link that was doing http redirect was: Link at PR Database: FROM: https://www.FreeBSD.org/cgi/query-pr-summary.cgi?query TO: https://bugs.freebsd.org/bugzilla/query.cgi Link at Poudriere resource: FROM: https://fossil.etoilebsd.net/poudriere/ TO: https://github.com/freebsd/poudriere The links in the article has been updated to point to the correct URL. Reviewed by: gabor, bjk Approved by: gabor Differential Revision: https://reviews.freebsd.org/D16988 Modified: head/en_US.ISO8859-1/articles/contributing/article.xml Modified: head/en_US.ISO8859-1/articles/contributing/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributing/article.xml Thu Sep 6 01:30:47 2018 (r52227) +++ head/en_US.ISO8859-1/articles/contributing/article.xml Thu Sep 6 01:39:04 2018 (r52228) @@ -1159,7 +1159,7 @@ submitted! Following this article will greatly assist us in reducing the time needed to handle your PRs. - The + The Problem Report database. The FreeBSD Ports @@ -1178,8 +1178,9 @@ ports-mgmt/poudriere is the most thorough way to test a port through the entire cycle of installation, packaging, and deinstallation. - Documentation is located at the - poudriere home page + Documentation is located at the + + poudriere github repository &man.portlint.1; is an application which can be used to verify that your port conforms to many important stylistic and