Fix 404's. These links were referring to the &base; and then wanted to
refer to the english texts. Of course that needs to be moved down one hierarchy with ../ since es/doc/en_US... does not exist. Submitted by: checkbot
This commit is contained in:
parent
0838ae6632
commit
39321dc4a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10029
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/es/index.sgml,v 1.19 2001/06/30 19:27:33 jesusr Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/es/index.sgml,v 1.20 2001/06/30 20:27:53 jesusr Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -138,7 +138,7 @@
|
|||
|
||||
<tr>
|
||||
<td><small>» <a href="&u.rel.announce;">Anuncio</a><br>
|
||||
» <a href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">Guía de Instalación</a></small></td>
|
||||
» <a href="&base;/../doc/en_US.ISO8859-1/books/handbook/install.html">Guía de Instalación</a></small></td>
|
||||
|
||||
<td><small>» <a href="&u.rel.notes;">Notas de la release</a><br>
|
||||
» <a href="&u.rel.errata;">Errata</a></small></td>
|
||||
|
@ -209,7 +209,7 @@
|
|||
disponible <a href="&base;/copyright/index.html">totalmente
|
||||
gratis</a> incluyendo todo el código
|
||||
fuente. Si quieres probarlo,
|
||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html">
|
||||
<a href="&base;/../doc/en_US.ISO8859-1/books/handbook/mirrors.html">
|
||||
aquí tienes más información</a>.</p>
|
||||
|
||||
<h2><font color="#990000">Contribuyendo a FreeBSD</font></h2>
|
||||
|
|
Loading…
Reference in a new issue