From 50963a17e68610de208ee5463f4ee6c713b56bfc Mon Sep 17 00:00:00 2001 From: Tuk1s <40861802+TuK4z@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:50:08 +0200 Subject: [PATCH] Update modules-for-reference.md (#94) Changed c# module link to new repo --- articles/modules-for-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/modules-for-reference.md b/articles/modules-for-reference.md index a5d43ff..f5fa3fb 100644 --- a/articles/modules-for-reference.md +++ b/articles/modules-for-reference.md @@ -15,8 +15,8 @@ Make sure to provide credit where credit is due. | [JS module](https://github.com/altmp/altv-js-module) | The official alt:V module providing support for the JS language, using NodeJS and V8 | | [JS module v2](https://github.com/altmp/altv-js-module-v2) | A complete rewrite of the original JS module, following a better API and cleaner code structure | | [JS bytecode module](https://github.com/altmp/altv-js-bytecode) | The official alt:V module that transforms clientside JS files into bytecode | -| [C# module](https://github.com/FabianTerhorst/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | +| [C# module](https://github.com/altmp/coreclr-module) | An alt:V module providing support for the C# language, has a C++ part for the module itself, and a runtime part in C# | | [Rust module](https://github.com/xxshady/altv-rust) | An alt:V module providing support for Rust language, written in C++ and Rust(**UNFINISHED**) | | [AngelScript module](https://github.com/LeonMrBonnie/altv-angelscript-module) | An alt:V module providing support for the AngelScript language, fully written in C++ | | [Python module](https://github.com/Marvisak/altv-python-module) | An alt:V module providing support for the Python language, fully written in C++ using pybind11 (**UNFINISHED**) | -| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) | \ No newline at end of file +| [Go module](https://github.com/Timo972/altv-go) | An alt:V module providing support for Golang, written in C(++) and Go (**UNFINISHED**) |