From 4eae7e69e1879b54749ab742d4888272ed01cd74 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 16 Jun 2022 15:00:13 +0300 Subject: [PATCH] Replace link to source with permalink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dc147f..de5e414 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ target_link_libraries(mytarget SDL2pp::SDL2pp) ``` If bundled, libSDL2pp does not build examples and becomes a static -library. See [hoverboard](https://github.com/AMDmi3/hoverboard-sdl/blob/master/CMakeLists.txt#L34-L40) +library. See [hoverboard](https://github.com/AMDmi3/hoverboard-sdl/blob/5729f9fb6929f6e8147481f5b21772fc1e35562a/CMakeLists.txt#L34-L40) project as an example of using both bundled and systemwide SDL2pp. ## Completeness