docs: fix broken references and update paths

- Update README.md to remove references to deleted migration/deployment docs
- Fix CONTRIBUTING.md to point to correct documentation paths
- Remove broken references in API.md to non-existent files
- Update ENVIRONMENT_VARIABLES.md to reference existing documentation
- Ensure all documentation links work correctly after reorganization
This commit is contained in:
William Valentin
2025-09-08 21:38:07 -07:00
parent fd82b7755b
commit 36dcdbd459
3 changed files with 11 additions and 20 deletions

View File

@@ -833,7 +833,6 @@ X-RateLimit-Reset: 1693929600
## 📚 Additional Resources
- [Postman Collection](./postman-collection.json)
- [OpenAPI Specification](./openapi.yaml)
- [SDK Documentation](./sdk-docs.md)
- [Integration Examples](./examples/)
- [Database Service](DATABASE.md) - Database abstraction layer documentation
- [Application Security](APPLICATION_SECURITY.md) - Security practices and guidelines
- [Code Quality](CODE_QUALITY.md) - Development standards and best practices