From 79dcd0d0633760e709cb9e8f1336e5b1864027d5 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 28 May 2026 22:19:07 -0700 Subject: [PATCH] fix: correct broken TOC anchor for AI Model and add missing Distributed Systems entry - Fix [AI Model](#ai-model) -> [AI Model](#build-your-own-ai-model) - Add missing [Distributed Systems](#build-your-own-distributed-systems) TOC entry between Database and Docker (alphabetical order) Closes #1750 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2e252..41e749b 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,14 @@ 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) * [Bot](#build-your-own-bot) * [Command-Line Tool](#build-your-own-command-line-tool) * [Database](#build-your-own-database) +* [Distributed Systems](#build-your-own-distributed-systems) * [Docker](#build-your-own-docker) * [Emulator / Virtual Machine](#build-your-own-emulator--virtual-machine) * [Front-end Framework / Library](#build-your-own-front-end-framework--library)