svn commit: r46041 - head/share/xml
Jason Helfman
jgh at FreeBSD.org
Mon Dec 1 23:14:46 UTC 2014
Author: jgh
Date: Mon Dec 1 23:14:44 2014
New Revision: 46041
URL: https://svnweb.freebsd.org/changeset/doc/46041
Log:
- fix submitting bug report links
PR: 195539
Differential Revision: https://reviews.freebsd.org/D1250
Reported by: mi at ALDAN.algebra.com
Approved by: wblock (mentor)
Modified:
head/share/xml/header.ent
head/share/xml/navibar.ent
Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent Mon Dec 1 19:56:49 2014 (r46040)
+++ head/share/xml/header.ent Mon Dec 1 23:14:44 2014 (r46041)
@@ -146,7 +146,7 @@
<li><a href="&base;/commercial/commercial.html">Vendors</a></li>
<li><a href="&base;/security/">Security Information</a></li>
<li><a href="https://bugs.FreeBSD.org/search/">Bug Reports</a></li>
- <li><a href="https://www.FreeBSD.org/support.html">Submit Bug-report</a></li>
+ <li><a href="https://bugs.FreeBSD.org/submit/">Submit Bug Report</a></li>
</ul>
</li>
</ul>
Modified: head/share/xml/navibar.ent
==============================================================================
--- head/share/xml/navibar.ent Mon Dec 1 19:56:49 2014 (r46040)
+++ head/share/xml/navibar.ent Mon Dec 1 23:14:44 2014 (r46041)
@@ -185,7 +185,7 @@
</ul></li>
<li><a href="&base;/support/bugreports.html">Bug Reports</a>
<ul>
- <li><a href="https://www.FreeBSD.org/support.html">Submit a Problem Report</a></li>
+ <li><a href="https://bugs.FreeBSD.org/submit/">Submit a Problem Report</a></li>
</ul></li>
<li><a href="&base;/support/webresources.html">Web Resources</a></li>
</ul>
More information about the svn-doc-head
mailing list