Skip to content

Commit 0141a82

Browse files
authored
fix broken libraries link in README.md (#2)
1 parent 7453cc5 commit 0141a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Originally spawned in July 2021 by [Michal Ziulek](https://github.com/michal-z).
55
Zero the Ziguana is an official mascot of the Zig programming language and toolchain. Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) https://github.com/ziglang/logo
66

77
## Vision
8-
- Very modular toolbox of [libraries](libraries) providing Ziggified bindings and build systems for carefully selected C and C++ libraries or written from scratch in Zig.
8+
- Very modular toolbox of [libraries](#libraries) providing Ziggified bindings and build systems for carefully selected C and C++ libraries or written from scratch in Zig.
99
- Extensive range of [example applications](https://github.com/zig-gamedev/zig-gamedev#sample-applications-native-wgpu) that require just Zig to build and run on all popular platforms.
1010

1111
## Projects using zig-gamedev
@@ -19,7 +19,7 @@ Zero the Ziguana is an official mascot of the Zig programming language and toolc
1919
* [Pixi](https://github.com/foxnne/pixi) - Pixel art editor made with Zig.
2020

2121
## Dev repo
22-
What was the original monorepo, the [zig-gamedev dev repo](https://github.com/zig-gamedev/zig-gamedev) is the main development hub for the [libraries](libraries) and [example applications](https://github.com/zig-gamedev/zig-gamedev#sample-applications-native-wgpu).
22+
What was the original monorepo, the [zig-gamedev dev repo](https://github.com/zig-gamedev/zig-gamedev) is the main development hub for the [libraries](#libraries) and [example applications](https://github.com/zig-gamedev/zig-gamedev#sample-applications-native-wgpu).
2323

2424
## Libraries
2525
| Library | Description |

0 commit comments

Comments
 (0)