From 09cf73c83060122f84cd6d78eb0e705fe4742a6e Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Tue, 22 Jun 2004 04:24:55 +0000 Subject: [PATCH] Fixed broken links. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14313 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.html | 2 +- docs/OpenProjects.html | 4 ++-- docs/ProgrammersManual.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 19577cbb668..b04f4c53c86 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -577,7 +577,7 @@ sources. Two particularly important books for our work are:

    -
  1. Effective +
  2. Effective C++ by Scott Meyers. There is an online version of the book (only some chapters though) available as well. Also diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 3a5eb10ef63..ec29cbe4a9d 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -105,8 +105,8 @@ work.

    It would be very useful to port glibc to LLVM. This would allow a +href="http://www.gnu.org/software/libc/manual/html_node/Porting.html">port glibc 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 stdio related functions... low-level system calls like diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 06794cdc3be..8d39aa2353a 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -187,9 +187,9 @@ reference - an excellent reference for the STL and other parts of the standard C++ library.

  3. C++ In a Nutshell - This is an -O'Reilly book in the making. It has a decent Standard Library -Reference that rivals Dinkumware's, and is actually free until the book is +O'Reilly book in the making. It has a decent +Standard Library +Reference that rivals Dinkumware's, and is unfortunately no longer free since the book has been published.
  4. C++ Frequently Asked