| Summary: | The releng article contains wrong link to the releng-packages article | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | knezour |
| Component: | Books & Articles | Assignee: | 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
Responsible Changed From-To: freebsd-doc->wblock Take. 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" State Changed From-To: open->closed Correction committed, thanks! |