Bug 188392

Summary: The releng article contains wrong link to the releng-packages article
Product: Documentation Reporter: knezour
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description knezour 2014-04-09 09:20:01 UTC
In both single/split versions of the Release Engeneering article on the FreeBSD site is wrong URL in the section 3.2 Contributed Software (ports), which should link to the The Release Engineering of Third Party Packages article.

How-To-Repeat: Visit http://www.freebsd.org/doc/en/articles/releng/release-build.html. Scroll down to the 3.2 section and click on the "The Release Engineering of Third Party Packages" link. You should end on the linked article, but you will get error page, because of wrong URL, which reads http://www.freebsd.org/doc/en/articles/releng/%7B%7B%7Burl.articles.releng-packages%7D%7D%7D/article.html.
Comment 1 Warren Block freebsd_committer freebsd_triage 2014-04-09 13:37:38 UTC
Responsible Changed
From-To: freebsd-doc->wblock

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-09 13:40:47 UTC
Author: wblock
Date: Wed Apr  9 12:40:41 2014
New Revision: 44499
URL: http://svnweb.freebsd.org/changeset/doc/44499

Log:
  Correct link to the releng-packages article.
  
  PR:		docs/188392
  Submitted by:	Ondra Knezour <knezour@weboutsourcing.cz>

Modified:
  head/en_US.ISO8859-1/articles/releng/article.xml

Modified: head/en_US.ISO8859-1/articles/releng/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/releng/article.xml	Wed Apr  9 09:05:32 2014	(r44498)
+++ head/en_US.ISO8859-1/articles/releng/article.xml	Wed Apr  9 12:40:41 2014	(r44499)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
 	"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
-<!ENTITY art.re.pkgs '<link xmlns="http://docbook.org/ns/docbook" xlink:href="{{{url.articles.releng-packages}}}/article.html">The Release Engineering of Third Party Packages</link>'>
+<!ENTITY art.re.pkgs '<link xmlns="http://docbook.org/ns/docbook" xlink:href="&url.articles.releng-packages;/article.html">The Release Engineering of Third Party Packages</link>'>
 ]>
 <article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
   
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Warren Block freebsd_committer freebsd_triage 2014-04-09 13:47:16 UTC
State Changed
From-To: open->closed

Correction committed, thanks!