The canonical form of links to Bugzilla should be http://bugs.FreeBSD.org .

Correct case and schema.
This commit is contained in:
Gavin Atkinson 2014-07-30 22:55:12 +00:00
parent 25963fd629
commit 90dc95bf1a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45384
5 changed files with 10 additions and 10 deletions

View file

@ -201,7 +201,7 @@
<primary>problem reports database</primary> <primary>problem reports database</primary>
</indexterm> </indexterm>
<para>The <link xlink:href="http://bugs.FreeBSD.org/search/">FreeBSD <para>The <link xlink:href="https://bugs.FreeBSD.org/search/">FreeBSD
PR list</link> shows all the current active problem reports PR list</link> shows all the current active problem reports
and requests for enhancement that have been submitted by and requests for enhancement that have been submitted by
FreeBSD users. The PR database includes both programmer and FreeBSD users. The PR database includes both programmer and
@ -252,7 +252,7 @@
<para>If you find a bug or are submitting a specific change, <para>If you find a bug or are submitting a specific change,
please report it using the <link please report it using the <link
xlink:href="https://bugs.freebsd.org/submit/">bug submission form</link>. xlink:href="https://bugs.FreeBSD.org/submit/">bug submission form</link>.
Try to fill-in each field of the bug Try to fill-in each field of the bug
report. Unless they exceed 65KB, include any patches directly report. Unless they exceed 65KB, include any patches directly
in the report. If the patch is suitable to be applied to the in the report. If the patch is suitable to be applied to the

View file

@ -593,11 +593,11 @@
<answer> <answer>
<para>The Problem Report database of all user change <para>The Problem Report database of all user change
requests may be queried by using our web-based PR <link requests may be queried by using our web-based PR <link
xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">query</link> xlink:href="https://bugs.FreeBSD.org/bugzilla/query.cgi">query</link>
interface.</para> interface.</para>
<para>The <link <para>The <link
xlink:href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">web-based xlink:href="https://bugs.FreeBSD.org/bugzilla/enter_bug.cgi">web-based
problem report submission interface</link> can be used problem report submission interface</link> can be used
to submit problem reports through a web browser.</para> to submit problem reports through a web browser.</para>
@ -2554,7 +2554,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
someone might have committed a change to the port someone might have committed a change to the port
which works for <emphasis>-CURRENT</emphasis> but which which works for <emphasis>-CURRENT</emphasis> but which
broke the port for <emphasis>-STABLE</emphasis>. broke the port for <emphasis>-STABLE</emphasis>.
<link xlink:href="https://bugs.freebsd.org/submit/">Submit</link> <link xlink:href="https://bugs.FreeBSD.org/submit/">Submit</link>
a bug report, since the Ports Collection is supposed to a bug report, since the Ports Collection is supposed to
work work
for both the <emphasis>-CURRENT</emphasis> and for both the <emphasis>-CURRENT</emphasis> and

View file

@ -160,7 +160,7 @@
documentation tree.</para> documentation tree.</para>
<para>If the diff file is to be submitted with the web <para>If the diff file is to be submitted with the web
<quote><link xlink:href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">Submit a &os; <quote><link xlink:href="https://bugs.FreeBSD.org/bugzilla/enter_bug.cgi">Submit a &os;
problem report</link></quote> interface, add a problem report</link></quote> interface, add a
<filename>.txt</filename> extension to give the earnest and <filename>.txt</filename> extension to give the earnest and
simple-minded web form a clue that the contents are plain simple-minded web form a clue that the contents are plain

View file

@ -119,7 +119,7 @@ sub header_info {
print "The following is an old and incomplete of current problems submitted by $project users. "; print "The following is an old and incomplete of current problems submitted by $project users. ";
if ($html_mode) { if ($html_mode) {
print <<EOM; print <<EOM;
<h1>FreeBSD has migrated to <a href="http://bugs.freebsd.org/search/">Bugzilla</a>. Please update your bookmarks and try your search there.</h1> <h1>FreeBSD has migrated to <a href="https://bugs.FreeBSD.org/search/">Bugzilla</a>. Please update your bookmarks and try your search there.</h1>
EOM EOM
} }
} }
@ -227,7 +227,7 @@ if ($input{'sort'} eq 'lastmod') {
} }
if ($#prs < $[) { if ($#prs < $[) {
print "${h1}Please try <a href='http://bugs.freebsd.org/search/'>bugzilla</a> for an up to date search mechanism.${h1_e}\n"; print "${h1}Please try <a href='https://bugs.FreeBSD.org/search/'>bugzilla</a> for an up to date search mechanism.${h1_e}\n";
} elsif ($input{'responsible'} eq 'summary') { } elsif ($input{'responsible'} eq 'summary') {
&resp_summary; &resp_summary;

View file

@ -258,7 +258,7 @@ sub PrintPR
# Page title # Page title
print html_header( print html_header(
"FreeBSD has migrated to Bugzilla. Please check the current <a href='https://bugs.freebsd.org/" "FreeBSD has migrated to Bugzilla. Please check the current <a href='https://bugs.FreeBSD.org/"
. $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR." . $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR."
); );
print "<h3>The historical version shown below is likely out of date and is for debugging purposes only!</h3>\n"; print "<h3>The historical version shown below is likely out of date and is for debugging purposes only!</h3>\n";
@ -738,7 +738,7 @@ sub ErrorExit
my $url = $q->url(-full => 1, -query => 1); my $url = $q->url(-full => 1, -query => 1);
if ($code == EXIT_NOPRS) { if ($code == EXIT_NOPRS) {
print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/'>Bugzilla</a>. Try your search there."); print html_header("FreeBSD has migrated to <a href='https://bugs.FreeBSD.org/search/'>Bugzilla</a>. Try your search there.");
print html_footer(); print html_footer();
} elsif ($code == EXIT_DBBUSY) { } elsif ($code == EXIT_DBBUSY) {
print html_header("PR Database Busy"); print html_header("PR Database Busy");