mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
README: github -> codeberg for some links
This commit is contained in:
parent
e19c61a16e
commit
713716770e
1 changed files with 3 additions and 3 deletions
|
|
@ -128,7 +128,7 @@ while your Zig build has the option to be a Debug build. It also works
|
|||
completely independently from MSVC so you don't need it to be installed.
|
||||
|
||||
Determine the URL by
|
||||
[looking at the CI script](https://github.com/ziglang/zig/blob/master/ci/x86_64-windows-debug.ps1#L1-L4).
|
||||
[looking at the CI script](https://codeberg.org/ziglang/zig/src/branch/master/ci/x86_64-windows-debug.ps1#L1-L4).
|
||||
It will look something like this (replace `$VERSION` with the one you see by
|
||||
following the above link):
|
||||
|
||||
|
|
@ -665,11 +665,11 @@ based on Clang, but is now based on Aro:
|
|||
|
||||
Test coverage as well as bug reports have been moved to this repository:
|
||||
|
||||
[ziglang/translate-c](https://github.com/ziglang/translate-c/)
|
||||
[ziglang/translate-c](https://codeberg.org/ziglang/translate-c/)
|
||||
|
||||
In the future, [@cImport will move to the build system](https://github.com/ziglang/zig/issues/20630),
|
||||
but for now, the translate-c logic is copy-pasted from that project into
|
||||
[ziglang/zig](https://github.com/ziglang/zig/), powering both `zig translate-c`
|
||||
[ziglang/zig](https://codeberg.org/ziglang/zig/), powering both `zig translate-c`
|
||||
and `@cImport`.
|
||||
|
||||
Please see the readme of the translate-c project for how to contribute. Once an
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue