docs: fix broken link in auth dependencies guide

Fix MkDocs build error by removing markdown link to source code file.
Change from [API Dependencies](../app/api/deps.py) to plain text
reference to avoid strict mode warning about non-documentation files.

Fixes: Doc file contains a link to 'app/api/deps.py' not in docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-22 16:07:24 +01:00
parent ac1017928c
commit 7a9c12dcdf

View File

@@ -188,4 +188,4 @@ from app.api.deps import get_current_user # Header-only, any role
- [Authentication Documentation](../api/authentication.md) - Complete auth system docs
- [Authentication Flow Diagrams](../api/authentication-flow-diagrams.md) - Visual flows
- [API Dependencies](../app/api/deps.py) - Source code
- Source code: `app/api/deps.py` - Authentication dependency implementations