Date: Mon, 1 Dec 2014 23:14:45 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46041 - head/share/xml Message-ID: <201412012314.sB1NEjnS019333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412012314.sB1NEjnS019333>