Change link to documentation

It's pointing to pre-writergate documentation
This commit is contained in:
BartShoot 2026-01-08 01:38:18 +01:00
parent 9b18647fd2
commit b98fb4d9fb

View File

@ -95,6 +95,6 @@ pub fn main() !void {
// Question: // Question:
// - what should you do if you want to also read the file after opening it? // - what should you do if you want to also read the file after opening it?
// - go to the documentation of the struct `std.Io.Dir` here: // - go to the documentation of the struct `std.Io.Dir` here:
// https://ziglang.org/documentation/master/std/#std.fs.Dir // https://ziglang.org/documentation/master/std/#std.Io.Dir
// - can you find a function for opening a file? how about deleting a file? // - can you find a function for opening a file? how about deleting a file?
// - what kind of options can you use with those functions? // - what kind of options can you use with those functions?