From edeec4d98863fe6e44a62b5eb69a6d94f0d90213 Mon Sep 17 00:00:00 2001 From: Jason Helfman <jgh@FreeBSD.org> Date: Mon, 1 Dec 2014 23:14:44 +0000 Subject: [PATCH] - fix submitting bug report links PR: 195539 Differential Revision: https://reviews.freebsd.org/D1250 Reported by: mi@ALDAN.algebra.com Approved by: wblock (mentor) --- share/xml/header.ent | 2 +- share/xml/navibar.ent | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/xml/header.ent b/share/xml/header.ent index f149d07f0e..63c293308d 100644 --- a/share/xml/header.ent +++ b/share/xml/header.ent @@ -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> diff --git a/share/xml/navibar.ent b/share/xml/navibar.ent index f78d0c0eca..b7adb887a5 100644 --- a/share/xml/navibar.ent +++ b/share/xml/navibar.ent @@ -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>