authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-28 18:29:05+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-28 18:29:05+01:00
log713716770ebe7ae1b55cfbe40478b149aac152fb
tree520fa3b47c9b8e222a8b9366f9980d8bc27dec72
parente19c61a16e0b9dfd36f575057dd2af42d54efde6
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

README: github -> codeberg for some links


1 files changed, 3 insertions(+), 3 deletions(-)

README.md+3-3
...@@ -128,7 +128,7 @@ while your Zig build has the option to be a Debug build. It also works...@@ -128,7 +128,7 @@ while your Zig build has the option to be a Debug build. It also works
128completely independently from MSVC so you don't need it to be installed.128completely independently from MSVC so you don't need it to be installed.
129129
130Determine the URL by130Determine 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).
132It will look something like this (replace `$VERSION` with the one you see by132It will look something like this (replace `$VERSION` with the one you see by
133following the above link):133following the above link):
134134
...@@ -665,11 +665,11 @@ based on Clang, but is now based on Aro:...@@ -665,11 +665,11 @@ based on Clang, but is now based on Aro:
665665
666Test coverage as well as bug reports have been moved to this repository:666Test coverage as well as bug reports have been moved to this repository:
667667
668[ziglang/translate-c](https://github.com/ziglang/translate-c/)668[ziglang/translate-c](https://codeberg.org/ziglang/translate-c/)
669669
670In the future, [@cImport will move to the build system](https://github.com/ziglang/zig/issues/20630),670In the future, [@cImport will move to the build system](https://github.com/ziglang/zig/issues/20630),
671but for now, the translate-c logic is copy-pasted from that project into671but 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`
673and `@cImport`.673and `@cImport`.
674674
675Please see the readme of the translate-c project for how to contribute. Once an675Please see the readme of the translate-c project for how to contribute. Once an