svn commit: r45025 - head/en_US.ISO8859-1/htdocs

Peter Wemm peter at FreeBSD.org
Sun Jun 8 04:35:11 UTC 2014


Author: peter (src committer)
Date: Sun Jun  8 04:35:10 2014
New Revision: 45025
URL: http://svnweb.freebsd.org/changeset/doc/45025

Log:
  Use generic URLs rather than explicit bugzilla cgi references.

Modified:
  head/en_US.ISO8859-1/htdocs/send-pr.xml
  head/en_US.ISO8859-1/htdocs/support.xml

Modified: head/en_US.ISO8859-1/htdocs/send-pr.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/send-pr.xml	Sat Jun  7 18:50:06 2014	(r45024)
+++ head/en_US.ISO8859-1/htdocs/send-pr.xml	Sun Jun  8 04:35:10 2014	(r45025)
@@ -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>

Modified: head/en_US.ISO8859-1/htdocs/support.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/support.xml	Sat Jun  7 18:50:06 2014	(r45024)
+++ head/en_US.ISO8859-1/htdocs/support.xml	Sun Jun  8 04:35:10 2014	(r45025)
@@ -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>


More information about the svn-doc-head mailing list