From e92191de5321b64513a274ea2ee7e0c1e8731627 Mon Sep 17 00:00:00 2001 From: Brandon Monroe <119460557+BrandonM-404@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:45:03 -0400 Subject: [PATCH] Update SwiftUI tutorial link in README.md Previous link warns that tutorial is deprecated, and should move to the updated link. Exact Warning: "This tutorial no longer demonstrates current SwiftUI or Xcode practices. For tutorials supporting the latest OS and tools releases, see Develop in Swift." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fbe08ba..2f2efd94 100644 --- a/README.md +++ b/README.md @@ -826,7 +826,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Swift: - [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read) -- [Apple SwiftUI Tutorials (Build Apps by Creating Real Projects)](https://developer.apple.com/tutorials/swiftui) +- [Apple SwiftUI Tutorials (Build Apps by Creating Real Projects)](https://developer.apple.com/tutorials/develop-in-swift/) - [Retro first-person shooter from scratch](https://github.com/nicklockwood/RetroRampage) ## Streamlit: