fix a broken link
authorChris Lattner <sabre@nondot.org>
Tue, 17 Aug 2010 23:26:04 +0000 (23:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Aug 2010 23:26:04 +0000 (23:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111326 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 2c38a6c55fc65491f66692e9d20bbdc17391c165..7422d72a59d367c938df8e6320c1a804b5f010ea 100644 (file)
@@ -789,7 +789,7 @@ define i32 @main() {   <i>; i32()* </i>&nbsp;
 </pre>
 
 <p>You may give a name to any <a href="#typesystem">type</a> except
-   "<a href="t_void">void</a>".  Type name aliases may be used anywhere a type
+   "<a href="#t_void">void</a>".  Type name aliases may be used anywhere a type
    is expected with the syntax "%mytype".</p>
 
 <p>Note that type names are aliases for the structural type that they indicate,