Fix yet another blunder.  Create symlink correctly this time.
diff --git a/Makefile b/Makefile
index d6d7c62..614fea1 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@
 
 docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
 	-@ rm -f docs/BusyBox.html
-	-@ ln -s docs/busybox.lineo.com/BusyBox.html docs/BusyBox.html
+	-@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
 
 docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
 	-@ mkdir -p docs/busybox.lineo.com