svn commit: r50577 - head/share/xml

Remko Lodder remko at FreeBSD.org
Wed Jul 26 11:57:28 UTC 2017


Author: remko
Date: Wed Jul 26 11:57:27 2017
New Revision: 50577
URL: https://svnweb.freebsd.org/changeset/doc/50577

Log:
  Fix a typo on the 11.0 releases link(s).
  
  Spotted by:		href at random.sh

Modified:
  head/share/xml/release.ent

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Wed Jul 26 10:34:51 2017	(r50576)
+++ head/share/xml/release.ent	Wed Jul 26 11:57:27 2017	(r50577)
@@ -75,14 +75,14 @@
 <!ENTITY rel0.current '11.0'>
 <!ENTITY rel0.current.date 'October, 2016'>
 
-<!-- URLs to information on the latest rel0ease -->
-<!ENTITY u.rel0.notes '&base;/rel0eases/&rel0.current;R/rel0notes.html'>
-<!ENTITY u.rel0.announce '&base;/rel0eases/&rel0.current;R/announce.html'>
-<!ENTITY u.rel0.errata '&base;/rel0eases/&rel0.current;R/errata.html'>
-<!ENTITY u.rel0.hardware '&base;/rel0eases/&rel0.current;R/hardware.html'>
-<!ENTITY u.rel0.installation '&base;/rel0eases/&rel0.current;R/installation.html'>
-<!ENTITY u.rel0.readme '&base;/rel0eases/&rel0.current;R/readme.html'>
-<!ENTITY u.rel0.signatures '&base;/rel0eases/&rel0.current;R/signatures.html'>
+<!-- URLs to information on the latest release -->
+<!ENTITY u.rel0.notes '&base;/releases/&rel0.current;R/rel0notes.html'>
+<!ENTITY u.rel0.announce '&base;/releases/&rel0.current;R/announce.html'>
+<!ENTITY u.rel0.errata '&base;/releases/&rel0.current;R/errata.html'>
+<!ENTITY u.rel0.hardware '&base;/releases/&rel0.current;R/hardware.html'>
+<!ENTITY u.rel0.installation '&base;/releases/&rel0.current;R/installation.html'>
+<!ENTITY u.rel0.readme '&base;/releases/&rel0.current;R/readme.html'>
+<!ENTITY u.rel0.signatures '&base;/releases/&rel0.current;R/signatures.html'>
 
 <!ENTITY rel1.current.major '10'>
 <!ENTITY rel1.current '10.3'>


More information about the svn-doc-all mailing list