diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 9e0d23aa2b..bcade19aba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -210,7 +210,7 @@ reducer description and usage information.</li> describes the design and configuration of the LLVM compiler driver tool, <tt>llvmc</tt>.</li> -<li><a href="BytecodeFormat.html">LLVM Bytecode File Format</a></li> +<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a></li> <li><a href="SystemLibrary.html">System Library</a> - This document describes the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code |