From e8b2b7a66440799bce221ff8835dce9340bbb0ef Mon Sep 17 00:00:00 2001 From: glittlew Date: Mon, 6 Jan 2020 15:30:30 -0500 Subject: [PATCH] Fix broken git.exmods.org link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62a818c..160f16c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To get started with Python 2.7 on Mono, check out the resources below. Resources - [Python <-> Mono/.NET interfacing](https://ironpython.net/documentation/dotnet) - [Python 2.7 docs](https://docs.python.org/2.7) -- [GamecraftModdingAPI Mono/.NET library](https://git.exmods/modtainers/GamecraftModdingAPI) +- [GamecraftModdingAPI Mono/.NET library](https://git.exmods.org/modtainers/GamecraftModdingAPI) ## External Libraries GamecraftScripting uses the [GamecraftModdingAPI](https://git.exmods.org/modtainers/GamecraftModdingAPI) to modify the behaviour of existing Gamecraft code. @@ -23,4 +23,4 @@ GamecraftScripting uses the [GamecraftModdingAPI](https://git.exmods.org/modtain # Disclaimer This API is an unofficial modification of Gamecraft software, and is not endorsed or supported by FreeJam or Gamecraft. -The GamecraftModdingAPI developer(s) claim no rights on the Gamecraft code referenced within this project. \ No newline at end of file +The GamecraftModdingAPI developer(s) claim no rights on the Gamecraft code referenced within this project.