Skip to content

Commit d3f8657

Browse files
Merge pull request #127 from furious-programming/patch-6
Update README.md
2 parents fbc84c2 + c6a4dca commit d3f8657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Simply add the units to your include path. You can achieve this by:
1515

1616
Use the `sdl2` unit for the main SDL2 library (should be always needed). Units for the other SDL2 libraries are also provided:
1717
- [`sdl2_gfx`](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/)
18-
- [`sdl2_image`](https://www.libsdl.org/projects/SDL_image/)
19-
- [`sdl2_mixer`](https://www.libsdl.org/projects/SDL_mixer/)
20-
- [`sdl2_net`](https://www.libsdl.org/projects/SDL_net/)
21-
- [`sdl2_ttf`](https://www.libsdl.org/projects/SDL_ttf/)
18+
- [`sdl2_image`](https://github.com/libsdl-org/SDL_image)
19+
- [`sdl2_mixer`](https://github.com/libsdl-org/SDL_mixer)
20+
- [`sdl2_net`](https://github.com/libsdl-org/SDL_net)
21+
- [`sdl2_ttf`](https://github.com/libsdl-org/SDL_ttf)
2222

2323
## Documentation
2424

0 commit comments

Comments
 (0)