* Use relative links to static html pages instead of pointing to

www.FreeBSD.org.
* Bunch /freebsd/FreeBSD/ fixes

Inspired by: Hiten Pandya <hitmaster2k@yahoo.com>
This commit is contained in:
Alexey Zelkin 2001-11-07 17:55:37 +00:00
parent 6327a9c186
commit 6a487588b8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11158
8 changed files with 42 additions and 46 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.5 2000/03/12 14:51:46 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.6 2000/04/30 22:57:33 nik Exp $">
<!ENTITY title "FreeBSD Java Project: How To Install">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -20,7 +20,7 @@
<P>Many applications in Java need Java Foundation Classes (Swing) to run. JFC can be installed in: <CODE>/usr/ports/java/jfc</CODE>
<P>If you should have trouble, you can see the <A HREF="http://www.freebsd.org/handbook/ports.html">FreeBSD Handbook section on &quot;installing applications&quot;</A> for help.
<P>If you should have trouble, you can see the <A HREF="../handbook/ports.html">FreeBSD Handbook section on &quot;installing applications&quot;</A> for help.
</td>
</tr>
</table>