From dcec3b657a8375ba7a82f6aa71c35f6d1cdddf50 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 8 Aug 2022 12:02:11 +0200 Subject: [PATCH] [sdl] Fix spine-c link in README.md --- spine-sdl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-sdl/README.md b/spine-sdl/README.md index 5f5292bc3..e467a015e 100644 --- a/spine-sdl/README.md +++ b/spine-sdl/README.md @@ -1,6 +1,6 @@ # spine-sdl -The spine-sdl runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [SDL](https://www.libsdl.org/). spine-sdl is based on [spine-c](../../spine-c) and [spine-cpp](../spine-cpp), depending on whether you want to use a C or C++ implementation. +The spine-sdl runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [SDL](https://www.libsdl.org/). spine-sdl is based on [spine-c](../spine-c) and [spine-cpp](../spine-cpp), depending on whether you want to use a C or C++ implementation. # See the [spine-godot documentation](http://esotericsoftware.com/spine-sdl) for in-depth information