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
This commit is contained in:
Edson Brandi 2018-09-06 01:39:04 +00:00
parent d0799798c6
commit d979cbcd43
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52228

View file

@ -1159,7 +1159,7 @@
submitted! Following this article will greatly assist us in
reducing the time needed to handle your PRs.</para>
<para>The <link xlink:href="https://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">
<para>The <link xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">
Problem Report database</link>.</para>
<para>The <link xlink:href="http://portsmon.FreeBSD.org/">FreeBSD Ports
@ -1178,8 +1178,9 @@
<para><package>ports-mgmt/poudriere</package> is the most
thorough way to test a port through the entire cycle of
installation, packaging, and deinstallation.
Documentation is located at the
<link xlink:href="https://fossil.etoilebsd.net/poudriere/">poudriere home page</link></para>
Documentation is located at the
<link xlink:href="https://github.com/freebsd/poudriere">
poudriere github repository</link></para>
<para>&man.portlint.1; is an application which can be used to
verify that your port conforms to many important stylistic and