mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-07-16 19:43:36 -05:00
[PR #1844] [MERGED] Fix incorrect anchor link for "Build your own AI model" #27025
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codecrafters-io/build-your-own-x/pull/1844
Author: @ARJ544
Created: 7/14/2026
Status: ✅ Merged
Merged: 7/14/2026
Merged by: @rohitpaulk
Base:
master← Head:fix-ai-model-anchor📝 Commits (1)
b916354Fix incorrect anchor link for AI model section📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
Summary
This PR fixes an incorrect anchor link in the README.
The existing link points to
#ai-model, but the actual GitHub-generated anchor for the section is#build-your-own-ai-model.This updates the link so it correctly navigates to the "Build your own AI model" section.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.