Skip to content

Commit ee704c5

Browse files
committed
Update links to SDL_ttf
1 parent 5f36e53 commit ee704c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Haskell bindings for the True Type Font library for SDL.
99

1010
- libsdl <https://www.libsdl.org>
11-
- sdl2-ttf <https://www.libsdl.org/projects/SDL_ttf/>
11+
- sdl2-ttf <https://github.com/libsdl-org/SDL_ttf>
1212

1313
Both the raw and the higher level bindings should allow you to use any aspect
1414
of the original SDL2_ttf library. Please report an issue if you encounter a bug

sdl2-ttf.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sdl2-ttf
22
version: 2.1.3
33
synopsis: Bindings to SDL2_ttf.
4-
description: Haskell bindings to SDL2_ttf C++ library <http://www.libsdl.org/projects/SDL_ttf/>.
4+
description: Haskell bindings to SDL2_ttf C++ library <https://github.com/libsdl-org/SDL_ttf>.
55
bug-reports: https://github.com/haskell-game/sdl2-ttf/issues
66
license: BSD3
77
license-file: LICENSE

0 commit comments

Comments
 (0)