Use generic URLs rather than explicit bugzilla cgi references.
This commit is contained in:
parent
7336511cff
commit
7237268123
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45025
2 changed files with 6 additions and 8 deletions
en_US.ISO8859-1/htdocs
|
@ -12,10 +12,10 @@
|
|||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
<meta http-equiv="refresh" content="0; url=https://bugs.freebsd.org/bugzilla/enter_bug.cgi" />
|
||||
<meta http-equiv="refresh" content="0; url=https://bugs.freebsd.org/submit/" />
|
||||
</head>
|
||||
|
||||
<body class="navinclude.support">
|
||||
<p>You are being redirected to <a href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">The bugzilla bug submission form</a></p>
|
||||
<p>You are being redirected to <a href="https://bugs.freebsd.org/submit/">The Bugzilla bug submission form</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -28,16 +28,14 @@
|
|||
|
||||
<p>To find out what has already been reported, it is possible to
|
||||
<a
|
||||
href="https://bugs.freebsd.org/bugzilla/query.cgi?format=specific">search the PR database</a>
|
||||
for specific category, assignee, originator, text, and so forth, or
|
||||
<a
|
||||
href="https://bugs.freebsd.org/bugzilla/query.cgi?format=advanced">view all open problem reports</a>.
|
||||
</p>
|
||||
href="https://bugs.freebsd.org/search/">search the problem report database</a>
|
||||
for specific category, assignee, originator, text, and so forth or <a
|
||||
href="https://bugs.freebsd.org/browse/">browse open reports by category</a>.</p>
|
||||
|
||||
<p>If the bug has not yet been reported,
|
||||
please read over
|
||||
our <a href="&base;/support/bugreports.html">problem reporting guidelines</a>
|
||||
and then report the problem using our <a href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">problem report form</a>.</p>
|
||||
and then report the problem using our <a href="https://bugs.freebsd.org/submit/">problem report form</a>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue