From 0d68cfe841a2b556e29be3c98dcc5808f5998eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 30 Mar 2022 18:33:57 +0200 Subject: [PATCH] Update zig-msbuild-sdk repository link. --- Community-Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community-Projects.md b/Community-Projects.md index 353def9..e35e010 100644 --- a/Community-Projects.md +++ b/Community-Projects.md @@ -40,7 +40,7 @@ These can be projects written in Zig, or projects that support Zig. Feel free to * [zig-args](https://github.com/MasterQ32/zig-args) - Alternative command line parser, uses `struct` as argument template. * [zig-bench](https://github.com/Hejsil/zig-bench) - A simple benchmarking library. * [zig-clap](https://github.com/Hejsil/zig-clap) - A library for parsing command line arguments. -* [zig-msbuild-sdk](https://github.com/alexrp/zig-msbuild-sdk) - An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler. +* [zig-msbuild-sdk](https://github.com/vezel-dev/zig-msbuild-sdk) - An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler. * [ziget](https://github.com/marler8997/ziget) - Zig library/tool to request network assets (curl/wget in Zig). * [ZigGBA](https://github.com/wendigojaeger/ZigGBA) - Work in Progress SDK to write Game Boy Advance in Zig. * [zigimg](https://github.com/mlarouche/zigimg) - Library to read (and soon write) image files.