diff --git a/docs/development/AUTH_DEPENDENCIES_GUIDE.md b/docs/development/AUTH_DEPENDENCIES_GUIDE.md index 225b946c..b7dec85e 100644 --- a/docs/development/AUTH_DEPENDENCIES_GUIDE.md +++ b/docs/development/AUTH_DEPENDENCIES_GUIDE.md @@ -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