Skip to content

Fix case-sensitive documentation link in README#12

Merged
kunalkushwaha merged 1 commit intoAgenticGoKit:mainfrom
ctrl-Ravi:main
Mar 25, 2026
Merged

Fix case-sensitive documentation link in README#12
kunalkushwaha merged 1 commit intoAgenticGoKit:mainfrom
ctrl-Ravi:main

Conversation

@ctrl-Ravi
Copy link
Copy Markdown
Contributor

Description

Fixed a broken documentation link in the README that was causing a 404 error on GitHub.

Problem

The link pointed to docs/eval.md (lowercase), but the actual file is docs/EVAL.md (uppercase). While this works on Windows due to case-insensitive file systems, GitHub's Linux-based infrastructure requires exact case matching.

Changes

  • Updated the link in README.md from docs/eval.md to docs/EVAL.md

Impact

  • Documentation link now works correctly on GitHub
  • Users can properly access the Eval documentation guide

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

@kunalkushwaha kunalkushwaha merged commit 8a04432 into AgenticGoKit:main Mar 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants