From d44bde61e5c59956d06e74cea0779a25ac3f440e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 31 Aug 2023 09:28:54 -0700
Subject: [PATCH] Added SDL migration information to the top level README.md
Thanks for the feedback!
https://github.com/exult/exult/issues/379#issuecomment-1701066992
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fac8663cb5fa..747d482566a6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.
More extensive documentation is available in the docs directory, starting
-with README.md
+with [README.md](docs/README-android.md). If you are migrating from SDL 3.0
+from SDL 2.0, the changes are extensively documented in [README-migration.md](docs/README-migration.md).
Enjoy!