Skip to content

Commit 08cc2a5

Browse files
authored
simargs had a dead link (#71)
updated the link for simargs
1 parent b1a66ec commit 08cc2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-src/13-01-argparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Parsing arguments is common in command line programs and there are some packages
44

55
- [Hejsil/zig-clap](https://github.com/Hejsil/zig-clap)
66
- [MasterQ32/zig-args](https://github.com/MasterQ32/zig-args/)
7-
- [simargs](https://zigcli.liujiacai.net/docs/modules/simargs/)
7+
- [simargs](https://zigcli.liujiacai.net/modules/simargs/)
88

99
Here we will give an example using `simargs`.
1010

0 commit comments

Comments
 (0)