Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 04:47:33 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/172868: [PATCH] fix header.ent change Introduction -> For newbies
Message-ID:  <201210190447.q9J4lXsA002698@red.freebsd.org>
Resent-Message-ID: <201210190450.q9J4o1d9062689@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172868
>Category:       docs
>Synopsis:       [PATCH] fix header.ent change Introduction -> For newbies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 19 04:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 10
>Organization:
none
>Environment:
>Description:
Website has an error in regard to About -> Introduction this should be changed to what the page name indicates which is a newbie intro site.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: xml/header.ent
===================================================================
--- xml/header.ent	(revision 39747)
+++ xml/header.ent	(working copy)
@@ -60,7 +60,7 @@
     <ul>
       <li><a href="&base;/about.html">About</a>
 	<ul>
-	  <li><a href="&base;/projects/newbies.html">Introduction</a></li>
+	  <li><a href="&base;/projects/newbies.html">For newbies</a></li>
 	  <li><a href="&base;/features.html">Features</a></li>
 	  <li><a href="&base;/advocacy/">Advocacy</a></li>
 	  <li><a href="&base;/marketing/">Marketing</a></li>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210190447.q9J4lXsA002698>