Skip to content

Commit 5cb72fc

Browse files
eamonburnsalexrp
authored andcommitted
docs: fix up some README links
- https://github.com/ziglang/zig-bootstrap -> https://codeberg.org/ziglang/zig-bootstrap - https://github.com/ziglang/qemu-static -> https://codeberg.org/ziglang/qemu-static - Add <...> around bare URLs - Link to tips inside README.md, rather than in CONTRIBUTING.md
1 parent 6ef3af4 commit 5cb72fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A general-purpose programming language and toolchain for maintaining
44
**robust**, **optimal**, and **reusable** software.
55

6-
https://ziglang.org/
6+
<https://ziglang.org/>
77

88
## Documentation
99

@@ -21,7 +21,7 @@ running `zig std`, which will open a browser tab.
2121

2222
* [download a pre-built binary](https://ziglang.org/download/)
2323
* [install from a package manager](https://ziglang.org/learn/getting-started/#managers)
24-
* [bootstrap zig for any target](https://github.com/ziglang/zig-bootstrap)
24+
* [bootstrap zig for any target](https://codeberg.org/ziglang/zig-bootstrap)
2525

2626
A Zig installation is composed of two things:
2727

@@ -101,7 +101,7 @@ Dependencies:
101101
* LLVM, Clang, and LLD libraries built using Zig.
102102

103103
The easiest way to obtain both of these artifacts is to use
104-
[zig-bootstrap](https://github.com/ziglang/zig-bootstrap), which creates the
104+
[zig-bootstrap](https://codeberg.org/ziglang/zig-bootstrap), which creates the
105105
directory `out/zig-$target-$cpu` and `out/$target-$cpu`, to be used as
106106
`$ZIG_PREFIX` and `$LLVM_PREFIX`, respectively, in the following command:
107107

@@ -232,7 +232,7 @@ You now have the `zig.exe` binary at `bin\zig.exe` and you can run the tests:
232232
bin\zig.exe build test
233233
```
234234

235-
This can take a long time. For tips & tricks on using the test suite, see [Contributing](https://github.com/ziglang/zig/blob/master/.github/CONTRIBUTING.md#editing-source-code).
235+
This can take a long time. For tips & tricks on using the test suite, see [Editing Source Code](#editing-source-code).
236236

237237
Note: In case you get the error "llvm-config not found" (or similar), make sure that you have **no** trailing slash (`/` or `\`) at the end of the `-DCMAKE_PREFIX_PATH` value.
238238

@@ -613,7 +613,7 @@ architecture.
613613

614614
QEMU packages provided by some system package managers (such as Debian) may be
615615
a few releases old, or may be missing newer targets such as aarch64 and RISC-V.
616-
[ziglang/qemu-static](https://github.com/ziglang/qemu-static) offers static
616+
[ziglang/qemu-static](https://codeberg.org/ziglang/qemu-static) offers static
617617
binaries of the latest QEMU version.
618618

619619
##### Testing Non-Native glibc Targets
@@ -745,7 +745,7 @@ provided by the `zig std` HTTP server as well as produced by `-femit-docs`.
745745

746746
## Testing Zig Code With LLDB
747747

748-
[@jacobly0](https://github.com/jacobly0) maintains a fork of LLDB with Zig support: https://github.com/jacobly0/llvm-project/tree/lldb-zig
748+
[@jacobly0](https://github.com/jacobly0) maintains a fork of LLDB with Zig support: <https://github.com/jacobly0/llvm-project/tree/lldb-zig>
749749

750750
This fork only contains changes for debugging programs compiled by Zig's self-hosted backends, i.e. `zig build-exe -fno-llvm ...`.
751751

0 commit comments

Comments
 (0)