mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
fix: correct TOC anchor links and add missing entry
- Fix AI Model anchor from #ai-model to #build-your-own-ai-model - Add missing Distributed Systems entry to TOC Fixes #1750
This commit is contained in:
parent
294aef8fde
commit
3679c90c1e
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue