Skip to content

Commit f1aea1d

Browse files
authored
Fix link case in Git Clone Deep Dive Document
1 parent dbf71a4 commit f1aea1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To understand how `mygit` works, it is essential to first understand Git's elega
9292

9393
The most complex command implemented is `clone`, which involves a multi-stage conversation with a remote server using Git's Smart HTTP Protocol.
9494

95-
For a detailed, step-by-step breakdown of how `mygit` handles reference discovery, packfile negotiation, and delta resolution, please see the **[Git Clone Deep Dive Document](./docs/CLONE_DEEP_DIVE.md)**.
95+
For a detailed, step-by-step breakdown of how `mygit` handles reference discovery, packfile negotiation, and delta resolution, please see the **[Git Clone Deep Dive Document](./docs/clone_deep_dive.md)**.
9696

9797

9898
## Current Limitations

0 commit comments

Comments
 (0)