changeset 901:777af6561b2c

Fix FAQ links pointed out by by wangji.
author Rob Landley <rob@landley.net>
date Tue, 24 Nov 2009 17:01:18 -0600
parents 266dc7ea04c2
children ab47c4944591
files www/FAQ.html
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/www/FAQ.html	Tue Nov 24 03:19:07 2009 -0600
+++ b/www/FAQ.html	Tue Nov 24 17:01:18 2009 -0600
@@ -23,7 +23,7 @@
 <ul>
 <li><p>Download a prebuilt cross compiler and cross-compile stuff with it.</p>
 
-<p>Go <a href=screenshots.html>here</a> and download the appropriate
+<p>Go <a href=screenshots>here</a> and download the appropriate
 cross-compiler-<b>$TARGET</b>.tar.bz2 for your $TARGET, extract it, add its
 "bin" directory to your $PATH, and use the appropriate $TARGET-cc and
 $TARGET-ld and so on to compile your program.  (The tool names have prefixes
@@ -33,7 +33,7 @@
 <li><p>Download a prebuilt system image, boot it up under the emulator, and
 compile stuff natively for a target.</p>
 
-<p>Go <a href=screenshots.html>here</a> and download the appropriate
+<p>Go <a href=screenshots>here</a> and download the appropriate
 system-image-<b>$ARCH</b>.tar.bz2 for your $TARGET, extract it, cd into it,
 and <b>./run-emulator.sh</b> to boot it under qemu.</p>
 
@@ -82,7 +82,7 @@
 at any time.</p>
 
 <p>If all else fails, look at the pretty
-<a href=screenshots.html>screenshots</a>.</p>
+<a href=screenshots>screenshots</a>.</p>