Date: Wed, 3 Dec 2014 00:30:13 +0000 (GMT) From: Gavin Atkinson <gavin@FreeBSD.org> To: Jason Helfman <jgh@FreeBSD.org> Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org Subject: Re: svn commit: r46041 - head/share/xml Message-ID: <alpine.BSF.2.11.1412030021320.79346@ury.york.ac.uk> In-Reply-To: <201412012314.sB1NEjnS019333@svn.freebsd.org> References: <201412012314.sB1NEjnS019333@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 1 Dec 2014, Jason Helfman wrote: > 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 Hmm, I think I agree with the navibar.ent change, but not the header.ent change - this was actually deliberate. See r45385. Pointing people to the information page rather than the "submit a bug" page directly was intended to be much more user-friendly than the Bugzilla "you must log in or register" to do this page, which is a pretty awful introduction to reporting a bug. Instead, they were taken to a page which encoraged them to search the PR database first, provided guidance for how to submit a good bug report, explained why registering/logging in was necessary, etc. I think I'd rather see the header.ent URL change reverted (though the "Bug-report" -> "Bug Report" change is a good one). Thanks, Gavin > > 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?alpine.BSF.2.11.1412030021320.79346>