From 2822076547c2ef71e36428c16ef0009e425479ac Mon Sep 17 00:00:00 2001
From: GavinAnderberg <[EMAIL REDACTED]>
Date: Mon, 6 Jan 2025 20:05:07 -0500
Subject: [PATCH] Update README.txt
Fixed the URL for documentation
---
README.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.txt b/README.txt
index 8d178167..9dc4f02a 100644
--- a/README.txt
+++ b/README.txt
@@ -6,7 +6,7 @@ https://github.com/libsdl-org/SDL_ttf/releases
This library is a wrapper around the FreeType and Harfbuzz libraries, allowing you to use TrueType fonts to render text in SDL applications.
-See the header file SDL_ttf.h and the example showfont.c for documentation on this library. This documentation is also available online at https://wiki.libsdl.org/SDL_ttf
+See the header file SDL_ttf.h and the example showfont.c for documentation on this library. This documentation is also available online at https://wiki.libsdl.org/SDL3_ttf
Be careful when including fonts with your application, as many of them are copyrighted. The Microsoft fonts, for example, are not freely redistributable and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes.