From 62351c7e8cc4ffefba4929be6129a49fc2157fa4 Mon Sep 17 00:00:00 2001 From: Apresh Agarwal <151413981+aagarwal10-csuchico@users.noreply.github.com> Date: Sun, 22 Feb 2026 18:11:24 -0600 Subject: [PATCH] fix(docs): Fixed broken link Changed [AI Model](#ai-model) -> [AI Model](#build-your-own-ai-model) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2e252..09b750f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre It's a great way to learn. * [3D Renderer](#build-your-own-3d-renderer) -* [AI Model](#ai-model) +* [AI Model](#build-your-own-ai-model) * [Augmented Reality](#build-your-own-augmented-reality) * [BitTorrent Client](#build-your-own-bittorrent-client) * [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency)