diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-07 18:57:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-07 18:57:33 +0000 |
commit | c045579428ced1a99c61bf9060cacc6f3481d35c (patch) | |
tree | 82959b734d0351f51556a4c66ddf36f473fc0455 /docs/index.html | |
parent | 9e3bdf1af41b48c47e4549455ae5fbfcd3930283 (diff) | |
download | external_llvm-c045579428ced1a99c61bf9060cacc6f3481d35c.zip external_llvm-c045579428ced1a99c61bf9060cacc6f3481d35c.tar.gz external_llvm-c045579428ced1a99c61bf9060cacc6f3481d35c.tar.bz2 |
Remove the open projects page from the docs directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index e0eb24e..d17901c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,10 +128,6 @@ Provides information on using the command line parsing library.</li> Details the LLVM coding standards and provides useful information on writing efficient C++ code.</li> -<li><a href="OpenProjects.html">Open Projects</a> - Look here if you are -interested in doing something with LLVM but aren't sure what needs to be -done.</li> - <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how to add instructions and intrinsics to LLVM.</li> |