svn commit: r52228 - head/en_US.ISO8859-1/articles/contributing
Edson Brandi
ebrandi at FreeBSD.org
Thu Sep 6 01:39:05 UTC 2018
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.</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
More information about the svn-doc-all
mailing list