From 82863aee58714a74d671102d417639be5c7c2f9f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 May 2020 12:58:58 +0200 Subject: [PATCH] link to the mlem website --- scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/projects.js b/scripts/projects.js index ea9eb16..4dce8d8 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -40,7 +40,7 @@ const projects = [{ desc: "(M)LEM (L)ibrary by (E)llpeck for (M)onoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", links: { "Get it on NuGet": "https://www.nuget.org/packages?q=mlem", - "Code on GitHub": "https://github.com/Ellpeck/MLEM" + "See the website": "https://mlem.ellpeck.de/" }, status: "Side project", icon: "mlem"