diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-02 21:35:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-02 21:35:49 +0000 |
commit | b6fb62ceb087ee53ed2d84310fe0e1001bfd133f (patch) | |
tree | 6c70c4f1113dbbdb6dda0201780f7dc853d006b7 | |
parent | c60cfbd302c794acae95cd5a08e6fc6a715fa44a (diff) | |
download | bcm5719-llvm-b6fb62ceb087ee53ed2d84310fe0e1001bfd133f.tar.gz bcm5719-llvm-b6fb62ceb087ee53ed2d84310fe0e1001bfd133f.zip |
fix broken links.
llvm-svn: 74727
-rw-r--r-- | compiler-rt/www/menu.html.incl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/www/menu.html.incl b/compiler-rt/www/menu.html.incl index 94db9429126..cc0af560fd4 100644 --- a/compiler-rt/www/menu.html.incl +++ b/compiler-rt/www/menu.html.incl @@ -4,7 +4,7 @@ </div> <div class="submenu"> - <label>compiler_rt Info</label> + <label>compiler-rt Info</label> <a href="/index.html">About</a> </div> @@ -13,7 +13,7 @@ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a> <a href="http://llvm.org/bugs/">Bug Reports</a> - <a href="http://llvm.org/svn/llvm-project/compiler_rt/trunk/">Browse SVN</a> - <a href="http://llvm.org/viewvc/llvm-project/compiler_rt/trunk/">Browse ViewVC</a> + <a href="http://llvm.org/svn/llvm-project/compiler-rt/trunk/">Browse SVN</a> + <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/">Browse ViewVC</a> </div> </div> |