aboutsummaryrefslogtreecommitdiff
path: root/docs/OpenProjects.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-06-22 04:24:55 +0000
committerTanya Lattner <tonic@nondot.org>2004-06-22 04:24:55 +0000
commit09cf73c83060122f84cd6d78eb0e705fe4742a6e (patch)
tree71ffd2ffc59895c17c90b73da0e3e3d5602fb7ad /docs/OpenProjects.html
parentca26c3e3b6809fa29ea63cbf83fe73f53f1c4452 (diff)
Fixed broken links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/OpenProjects.html')
-rw-r--r--docs/OpenProjects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index 3a5eb10ef6..ec29cbe4a9 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -105,8 +105,8 @@ work.
<div class="doc_text">
<p>It would be very useful to <a
-href="http://www.gnu.org/software/libc/porting.html">port</a> <a
-href="http://www.gnu.org/software/glibc/">glibc</a> to LLVM. This would allow a
+href="http://www.gnu.org/software/libc/manual/html_node/Porting.html">port</a> <a
+href="http://www.gnu.org/software/libc/">glibc</a> to LLVM. This would allow a
variety of interprocedural algorithms to be much more effective in the face of
library calls. The most important pieces to port are things like the string
library and the <tt>stdio</tt> related functions... low-level system calls like