Skip to content

Commit dacaf21

Browse files
committed
Fix link in docs
Prioritize the hosted docs that are on a /ziglua path
1 parent 7647fc2 commit dacaf21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! * `see docs` means the function may raise the errors explained in the docs.
1414
//! * `any` means the function can run arbitrary Lua code, either directly or through metamethods, and therefore may raise any errors.
1515
//!
16-
//! See [Lua](/#zlua.Lua) for documentation on the Lua state.
16+
//! See [Lua](/ziglua/#zlua.Lua) for documentation on the Lua state.
1717

1818
const std = @import("std");
1919

0 commit comments

Comments
 (0)