fix: correct AI Model TOC anchor and add missing Distributed Systems entry

- Fix broken anchor: [AI Model](#ai-model) -> [AI Model](#build-your-own-ai-model)
  The heading generates anchor #build-your-own-ai-model, not #ai-model.
- Add missing TOC entry for Distributed Systems section.

Closes #1750

Signed-off-by: cocoon <54054995+kuishou68@users.noreply.github.com>
This commit is contained in:
Cocoon-Break 2026-04-27 01:22:08 +00:00
parent 294aef8fde
commit 9ffd786b63

View file

@ -9,12 +9,13 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
It's a great way to learn. It's a great way to learn.
* [3D Renderer](#build-your-own-3d-renderer) * [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) * [Augmented Reality](#build-your-own-augmented-reality)
* [BitTorrent Client](#build-your-own-bittorrent-client) * [BitTorrent Client](#build-your-own-bittorrent-client)
* [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency) * [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency)
* [Bot](#build-your-own-bot) * [Bot](#build-your-own-bot)
* [Command-Line Tool](#build-your-own-command-line-tool) * [Command-Line Tool](#build-your-own-command-line-tool)
* [Distributed Systems](#build-your-own-distributed-systems)
* [Database](#build-your-own-database) * [Database](#build-your-own-database)
* [Docker](#build-your-own-docker) * [Docker](#build-your-own-docker)
* [Emulator / Virtual Machine](#build-your-own-emulator--virtual-machine) * [Emulator / Virtual Machine](#build-your-own-emulator--virtual-machine)