| ... | ... | @@ -128,7 +128,7 @@ while your Zig build has the option to be a Debug build. It also works |
| 128 | 128 | completely independently from MSVC so you don't need it to be installed. |
| 129 | 129 | |
| 130 | 130 | Determine the URL by |
| 131 | | [looking at the CI script](https://github.com/ziglang/zig/blob/master/ci/x86_64-windows-debug.ps1#L1-L4). |
| 131 | [looking at the CI script](https://codeberg.org/ziglang/zig/src/branch/master/ci/x86_64-windows-debug.ps1#L1-L4). |
| 132 | 132 | It will look something like this (replace `$VERSION` with the one you see by |
| 133 | 133 | following the above link): |
| 134 | 134 | |
| ... | ... | @@ -665,11 +665,11 @@ based on Clang, but is now based on Aro: |
| 665 | 665 | |
| 666 | 666 | Test coverage as well as bug reports have been moved to this repository: |
| 667 | 667 | |
| 668 | | [ziglang/translate-c](https://github.com/ziglang/translate-c/) |
| 668 | [ziglang/translate-c](https://codeberg.org/ziglang/translate-c/) |
| 669 | 669 | |
| 670 | 670 | In the future, [@cImport will move to the build system](https://github.com/ziglang/zig/issues/20630), |
| 671 | 671 | but for now, the translate-c logic is copy-pasted from that project into |
| 672 | | [ziglang/zig](https://github.com/ziglang/zig/), powering both `zig translate-c` |
| 672 | [ziglang/zig](https://codeberg.org/ziglang/zig/), powering both `zig translate-c` |
| 673 | 673 | and `@cImport`. |
| 674 | 674 | |
| 675 | 675 | Please see the readme of the translate-c project for how to contribute. Once an |