It seems the correct link is now http://www.educat.hu-berlin.de/~voss/LaTeX/index.phtml
Attached find a fix for www-user/navbar.inc Lior On Thu, 24 Jul 2003, Juergen Spitzmueller wrote: > Kayvan A. Sylvan wrote: > > The www.lyx.org/help link goes to a no longer existing page. > > > > Does anyone know where this great resource is located now? > > http://www.educat.hu-berlin.de/~voss/LaTeX/ > > Juergen. >
Index: navbar.inc =================================================================== RCS file: /cvs/lyx/www-user/navbar.inc,v retrieving revision 1.4 diff -u -p -r1.4 navbar.inc --- navbar.inc 2002/09/17 20:32:21 1.4 +++ navbar.inc 2003/07/24 18:12:20 @@ -20,7 +20,7 @@ $ty[]=0; $na[]="Development News"; $ty[]=0; $na[]="Download Links"; $sh[]="Download"; $li[]="$LYX/download/"; $ty[]=0; $na[]="More About LyX"; $sh[]="About"; $li[]="$LYX/about/"; $ty[]=0; $na[]="Mailing Lists"; $sh[]="Mail Lists"; $li[]="$LYX/internet/mailing.php3"; -$ty[]=0; $na[]="Tips & Tricks"; $sh[]="Tips"; $li[]="http://www.educat.hu-berlin.de/~voss/lyx/"; +$ty[]=0; $na[]="Tips & Tricks"; $sh[]="Tips"; $li[]="http://www.educat.hu-berlin.de/~voss/LaTeX/index.phtml"; $ty[]=0; $na[]="Give Feedback"; $sh[]="Feedback"; $li[]="$LYX/feedback.php3"; $ty[]=0; $na[]="Alternate LyX Sites"; $sh[]="Mirrors"; $li[]="$LYX/internet/"; $ty[]=0; $na[]="Site Map"; $sh[]="Site Map"; $li[]="$LYX/site_map.php3";