Remove link to the Early Adopter's Guide and substitute
it with a link to the Migration Guide. Noticed by: kamidesu@hotpop.com Approved by: jesusr (mentor)
This commit is contained in:
parent
1d38e75ae1
commit
50b7aa44a9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24503
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/es/index.xsl,v 1.5 2004/09/20 18:10:24 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: www/es/index.xsl,v 1.6 2005/03/30 22:04:11 jcamou Exp $ -->
|
||||
<!-- $FreeBSDes: www/es/index.xsl,v 1.4 2004/09/07 21:46:11 jcamou Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="enbase" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.5 2004/09/20 18:10:24 jesusr Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.6 2005/03/30 22:04:11 jcamou Exp $'"/>
|
||||
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -243,7 +243,7 @@
|
|||
· <a href="{$u.rel.hardware}">Notas de Hardware</a><br/>
|
||||
· <a href="{$u.rel.installation}">Notas de Instalación</a><br/>
|
||||
· <a href="{$u.rel.errata}">Errata</a><br/>
|
||||
· <a href="{$u.rel.early}">Early Adopter's Guide</a></small></p>
|
||||
· <a href="{$u.rel.migration}">Guía de Migración</a></small></p>
|
||||
|
||||
<p>
|
||||
<a href="{$u.rel2.announce}">
|
||||
|
|
Loading…
Reference in a new issue