Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,10 @@ RBAC algorithm/
```

**Quick References:**
- 📖 **[Project Structure](PROJECT_STRUCTURE.md)** - Detailed directory guide
- 📖 **[Project Structure](documentation/architecture/ARCHITECTURE.md)** - Architecture and directory guide
- ⚡ **[Quick Reference](QUICK_REFERENCE.md)** - Commands & shortcuts
- 🧪 **[Testing Guide](docs/TESTING.md)** - How to test & validate code
- 🔍 **[Fix Summary](docs/FIX_SUMMARY.md)** - SonarQube fixes documentation
- ✅ **[Priority 1 Validation](PRIORITY1_COMPLETE.md)** - Advanced validation overview
- ✅ **[Priority 1 Validation](tests/PRIORITY1_README.md)** - Property-based & integration testing guide

**Common Commands:**
```bash
Expand Down
Loading