Fix broken link

This commit is contained in:
Patrick S. Gardella 2000-02-09 20:46:01 +00:00
parent 257ea346a8
commit 646d3c55ab
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6503

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.1 2000/01/29 14:17:10 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.2 2000/01/29 23:53:48 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Newbies Guide"> <!ENTITY title "FreeBSD Java Project: Newbies Guide">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
@ -9,11 +9,9 @@
<table width="600" border="0"> <table width="600" border="0">
<tr> <tr>
<td> <td>
<h1> <font color="#660000">For Newbies</font></h1>
<P>What kind of &quot;Newbie&quot; are you?</P> <P>What kind of &quot;Newbie&quot; are you?</P>
<P><B>New to FreeBSD's JDK?</B> -- <A HREF="install.html">Learn how to install the JDK</A> <P><B>New to FreeBSD's JDK?</B> -- <A HREF="../install.html">Learn how to install the JDK</A>
<P><B>New to Java?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>. <P><B>New to Java?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>.
</td> </td>
</tr> </tr>