| ... | @@ -13,11 +13,9 @@ Documentation** corresponding to the version of Zig that you are using by | ... | @@ -13,11 +13,9 @@ Documentation** corresponding to the version of Zig that you are using by |
| 13 | following the appropriate link on the | 13 | following the appropriate link on the |
| 14 | [download page](https://ziglang.org/download). | 14 | [download page](https://ziglang.org/download). |
| 15 | | 15 | |
| 16 | Otherwise, you're looking at a release of Zig, and you can find documentation | 16 | Otherwise, you're looking at a release of Zig, so you can find the language |
| 17 | here: | 17 | reference at `doc/langref.html`, and the standard library documentation by |
| 18 | | 18 | running `zig std`, which will open a browser tab. |
| 19 | * doc/langref.html | | |
| 20 | * doc/std/index.html | | |
| 21 | | 19 | |
| 22 | ## Installation | 20 | ## Installation |
| 23 | | 21 | |