Skip to content

Commit 126ebaa

Browse files
committed
Docs Updated
1 parent c0c1919 commit 126ebaa

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ What have you tried to resolve this issue?
115115

116116
---
117117

118-
**Note:** Please ensure you've checked the [FAQ](../docs/FAQ.md) and [existing issues](https://github.com/rendiffdev/ffprobe-api/issues) before submitting.
118+
**Note:** Please ensure you've checked the [documentation](../docs/README.md) and [existing issues](https://github.com/rendiffdev/ffprobe-api/issues) before submitting.

docs/COMPARISON_SYSTEM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Video Comparison System allows you to analyze improvements between an origin
1818
## 🚀 Quick Start
1919

2020
### Prerequisites
21-
- API authentication set up (see [API Authentication Guide](API_AUTHENTICATION.md))
21+
- API authentication set up (see [API Authentication Guide](api/authentication.md))
2222
- Two video analyses to compare
2323

2424
### Basic Comparison Workflow
@@ -216,4 +216,4 @@ File Size: Minimal increase (+5%)
216216
Result: Broadcast-ready content ✅
217217
```
218218

219-
For complete API authentication setup, see the [API Authentication Guide](API_AUTHENTICATION.md).
219+
For complete API authentication setup, see the [API Authentication Guide](api/authentication.md).

docs/deployment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ docker compose exec ffprobe-api ./migrate -path ./migrations -database "postgres
381381

382382
- [Configuration Reference](configuration.md)
383383
- [Monitoring Setup](monitoring.md)
384-
- [Production Checklist](production-checklist.md)
384+
- [Production Readiness Checklist](PRODUCTION_READINESS_CHECKLIST.md)
385385
- [Troubleshooting Guide](../troubleshooting/README.md)
386386

387387
*For support, see [GitHub Issues](https://github.com/rendiffdev/ffprobe-api/issues)*

docs/operations/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,4 @@ docker compose restart ffprobe-api
471471
- [Security Guide](security.md)
472472
- [Backup & Recovery](backup.md)
473473
- [Troubleshooting Guide](troubleshooting.md)
474-
- [Production Checklist](../deployment/production-checklist.md)
474+
- [Production Readiness Checklist](../deployment/PRODUCTION_READINESS_CHECKLIST.md)

docs/operations/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ ENABLE_DATA_EXPORT=true
359359

360360
## Next Steps
361361

362-
- [Production Checklist](../deployment/production-checklist.md)
362+
- [Production Readiness Checklist](../deployment/PRODUCTION_READINESS_CHECKLIST.md)
363363
- [Monitoring Guide](monitoring.md)
364364
- [Troubleshooting](troubleshooting.md)
365365
- [API Authentication](../api/authentication.md)

0 commit comments

Comments
 (0)