From be1c85f3cb00a3ffdfb9fcc59567d4101b31cac1 Mon Sep 17 00:00:00 2001 From: xtreme Date: Thu, 30 Apr 2026 18:53:32 +0800 Subject: [PATCH] Fix README table of contents anchors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2e252..dc23959 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ This repository is a compilation of well-written, step-by-step guides for re-cre It's a great way to learn. +* [Distributed Systems](#build-your-own-distributed-systems) * [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)