From b0837508d969635a1679b9a2193d27bc4fded358 Mon Sep 17 00:00:00 2001 From: intagger Date: Sun, 30 Dec 2018 12:20:27 +0300 Subject: [PATCH] Fixed PySDL2 URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf537618..42fd9be5 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. * [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D. * [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs. -* [PySDL2](http://pysdl2.readthedocs.io/en/rel_0_9_5/) - A ctypes based wrapper for the SDL2 library. +* [PySDL2](https://pysdl2.readthedocs.io) - A ctypes based wrapper for the SDL2 library. * [RenPy](https://www.renpy.org/) - A Visual Novel engine. ## Geolocation