From 860ae35bfc93ff1938679444d59caac523e27bf5 Mon Sep 17 00:00:00 2001 From: Phyo Htet Arkar Date: Mon, 6 Nov 2023 12:14:30 +0630 Subject: [PATCH] Update Farseer engine link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8024996..9628f12 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The application uses the following technologies: * [LibGDX](https://github.com/libgdx/libgdx), the most awesome game dev library, for the rendering of the canvas area, * [Box2d](http://box2d.org/), as the embedded physics engine (available in Java thanks to libGDX), -* [Farseer engine](http://farseerphysics.codeplex.com/), for its auto-trace and polygon decomposition algorithms. +* [Farseer engine](https://github.com/tinco/Farseer-Physics), for its auto-trace and polygon decomposition algorithms. Getting Started --------