docs: fix broken links, update versions and test counts

5-expert orchestrated cleanup audit findings:
- Fix broken security doc links (docs/SECURITY.md → doc/9-SECURITY.md)
- Update Go version requirement (1.21+ → 1.25.1+)
- Correct test count (39 → 44 test files)
- Fix ZOOM_IMPLEMENTATION.md filename reference
- Update last modified dates to 2025-12-02
This commit is contained in:
juanatsap
2025-12-02 21:02:57 +00:00
parent d95c62bad4
commit 7727405c25
4 changed files with 305 additions and 8 deletions
+4 -4
View File
@@ -81,7 +81,7 @@ This project demonstrates **production-grade security** practices with multiple
**Security Rating: A- (Very Good)**
**Documentation:** See [SECURITY.md](docs/SECURITY.md) for complete security architecture and implementation details.
**Documentation:** See [SECURITY.md](doc/9-SECURITY.md) for complete security architecture and implementation details.
---
@@ -91,7 +91,7 @@ If you want to explore the code or run it locally:
### Prerequisites
- **Go 1.21+** installed
- **Go 1.25.1+** installed
- **Chrome/Chromium** (for PDF generation)
- **Make** (optional, for easier development)
@@ -179,7 +179,7 @@ This project includes comprehensive documentation organized by purpose:
- **[API.md](doc/API.md)** - Complete HTTP API reference and HTMX integration
### 📋 Policies & Standards
- **[SECURITY.md](docs/SECURITY.md)** - Complete security architecture, implementation, and testing guide
- **[SECURITY.md](doc/9-SECURITY.md)** - Complete security architecture, implementation, and testing guide
- **[PRIVACY.md](doc/PRIVACY.md)** - Privacy policy template and analytics guidance
- **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)** - Community standards (Contributor Covenant)
- **[CONTRIBUTING.md](CONTRIBUTING.md)** - Contribution policy (personal project notice)
@@ -226,7 +226,7 @@ Deployment guides available for:
- `GO_ENV` - Environment (development/production)
- `TEMPLATE_HOT_RELOAD` - Enable template hot-reload in development
**Security:** See [SECURITY.md](docs/SECURITY.md) for production deployment best practices.
**Security:** See [SECURITY.md](doc/9-SECURITY.md) for production deployment best practices.
## 🎨 Customization