diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-13 03:01:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-13 03:01:02 +0000 |
commit | ba552523fafaf687c6c6cf6113fe7b6c1b786920 (patch) | |
tree | 7c00d7f5c4451a1f0d77d8f45480ef3264b58bec | |
parent | d35c5df08c7ca8ad506a418555538a9270411c42 (diff) | |
download | busybox-ba552523fafaf687c6c6cf6113fe7b6c1b786920.tar.gz |
Remove broken "Other cool embedded software" link
-rw-r--r-- | docs/busybox.net/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index ac100af24..cafe5d17c 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -253,16 +253,13 @@ Current documentation for BusyBox includes: is a tiny dhcp client and/or server which is ideal for embedded systems. <p> - <li><a href="http://uclibc.org/">uClibc</a> + <li><a href="http://www.uclibc.org/">uClibc</a> is a C library for embedded systems. You can actually statically link a "Hello World" application under x86 that only takes 4k (as opposed to 200k under GNU libc). It can do dynamic linking too and works nicely with BusyBox to create very small embedded systems. <p> - <li> <a href="http://www.busybox.net/software.html">Other cool embedded software</a>. - <p> - </ul> |