We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7647fc2 commit dacaf21Copy full SHA for dacaf21
1 file changed
src/lib.zig
@@ -13,7 +13,7 @@
13
//! * `see docs` means the function may raise the errors explained in the docs.
14
//! * `any` means the function can run arbitrary Lua code, either directly or through metamethods, and therefore may raise any errors.
15
//!
16
-//! See [Lua](/#zlua.Lua) for documentation on the Lua state.
+//! See [Lua](/ziglua/#zlua.Lua) for documentation on the Lua state.
17
18
const std = @import("std");
19
0 commit comments