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