Skip to content

Commit 6bd89f4

Browse files
Copilottikazyq
andcommitted
fix: Correct all relative paths in documentation
- Fix specification reference at top of file (use ./README.md) - Fix related documentation section to use proper relative paths - All paths now correctly relative to file location Co-authored-by: tikazyq <[email protected]>
1 parent 7f78bf6 commit 6bd89f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/20251031/001-database-architecture/PHASE2_IMPLEMENTATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Phase 2 Implementation: Prisma Schema Updates for TimescaleDB
22

33
**Date**: November 1, 2025
4-
**Specification**: [specs/20251031/001-database-architecture/README.md](../../specs/20251031/001-database-architecture/README.md)
4+
**Specification**: [README.md](./README.md)
55
**Status**: ✅ Complete
66

77
---
@@ -322,8 +322,8 @@ _To be measured after production deployment_:
322322

323323
- [Database Architecture Spec](./README.md) - Full specification
324324
- [Phase 1 Implementation](./IMPLEMENTATION_SUMMARY.md) - TimescaleDB setup
325-
- [Prisma Schema](/prisma/schema.prisma) - Updated schema file
326-
- [Migration File](/prisma/migrations/20251101000000_add_timescaledb_composite_indexes/migration.sql) - Index migration
325+
- [Prisma Schema](../../../prisma/schema.prisma) - Updated schema file
326+
- [Migration File](../../../prisma/migrations/20251101000000_add_timescaledb_composite_indexes/migration.sql) - Index migration
327327

328328
---
329329

0 commit comments

Comments
 (0)