docs/124277: [patch] Remove relative URLs from rendered text in articles/version-guide

Gavin Atkinson gavin at FreeBSD.org
Wed Jun 4 16:40:02 UTC 2008


>Number:         124277
>Category:       docs
>Synopsis:       [patch] Remove relative URLs from rendered text in articles/version-guide
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 16:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
	N/A
>Description:
	See http://www.freebsd.org/doc/en_US.ISO8859-1/articles/version-guide/future-goals.html
	Rather than absolute URLs, the rendered text contains relative URLs,
which look ugly.  Absolute URLs are used everywhere else.  I'm not suggesting
changing the link itself, just the way it is rendered.
>How-To-Repeat:
	http://www.freebsd.org/doc/en_US.ISO8859-1/articles/version-guide/future-goals.html
>Fix:

--- version-guide.diff begins here ---
Index: doc/en_US.ISO8859-1/articles/version-guide/article.sgml
===================================================================
RCS file: /usr/cvs/doc/en_US.ISO8859-1/articles/version-guide/article.sgml,v
retrieving revision 1.11
diff -u -r1.11 article.sgml
--- doc/en_US.ISO8859-1/articles/version-guide/article.sgml	4 Sep 2007 20:58:04 -0000	1.11
+++ doc/en_US.ISO8859-1/articles/version-guide/article.sgml	4 Jun 2008 16:32:55 -0000
@@ -302,14 +302,16 @@
 
     <variablelist>
       <varlistentry>
-        <term><ulink url="&url.base;/releng/index.html#schedule"></ulink></term>
+        <term><ulink url="&url.base;/releng/index.html#schedule">
+	  &url.base;/releng/index.html#schedule</ulink></term>
         <listitem>
 	  <para>The Release Engineering Schedule</para>
 	</listitem>
       </varlistentry>
 
       <varlistentry>
-	<term><ulink url="&url.base;/security/security.html#supported-branches"></ulink></term>
+	<term><ulink url="&url.base;/security/security.html#supported-branches">
+	  &url.base;/security/security.html#supported-branches</ulink></term>
 	<listitem>
 	  <para>The Security Branch Schedule</para>
 	</listitem>
--- version-guide.diff ends here ---


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



More information about the freebsd-doc mailing list