From 054478ed779b0d749588bd43bc572d6c0bd2280b Mon Sep 17 00:00:00 2001 From: Rory Preddy Date: Thu, 7 Aug 2025 11:56:49 +0200 Subject: [PATCH] Add Generative AI with Java course to README Included a link to the 'Generative AI with Java' course in the list of related resources in the README for better discoverability. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0c4523..15dfba3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Our team produces other courses! Check out: - [Generative AI for Beginners](https://aka.ms/genai-beginners) - [Generative AI for Beginners .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet) - [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript) +- [Generative AI with Java](https://github.com/microsoft/Generative-AI-for-beginners-java) - [AI for Beginners](https://aka.ms/ai-beginners) - [Data Science for Beginners](https://aka.ms/datascience-beginners) - [ML for Beginners](https://aka.ms/ml-beginners)