]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix doc link.
authorMike Pall <mike>
Thu, 7 Jul 2011 06:55:44 +0000 (08:55 +0200)
committerMike Pall <mike>
Thu, 7 Jul 2011 06:55:44 +0000 (08:55 +0200)
doc/ext_ffi_tutorial.html

index d5b04bc68ff183bd4d655c49aae2b522cd0f3535..9349aea4930fc96f8bea96d23c31feb8a40c7147 100644 (file)
@@ -460,7 +460,7 @@ define <tt>__index</tt> and <tt>__newindex</tt> functions instead.
 <span class="mark">&#9316;</span> This associates the metamethods with
 our C&nbsp;type. This only needs to be done once. For convenience, a
 constructor is returned by
-<a href="ffi_ext_api.html#ffi_metatype"><tt>ffi.metatype()</tt></a>.
+<a href="ext_ffi_api.html#ffi_metatype"><tt>ffi.metatype()</tt></a>.
 We're not required to use it, though. The original C&nbsp;type can still
 be used e.g. to create an array of points. The metamethods automatically
 apply to any and all uses of this type.