Skip to content

Commit 52150f9

Browse files
committed
docs: remove broken links to nonexistent files
Remove all broken documentation links pointing to 10 missing files that were A.I generated slop: - docs/entities/rich-domain-models.md (2 references) - docs/examples/migration-guide.md (2 references) - docs/advanced/performance.md (3 references) - docs/advanced/testing.md (1 reference) - docs/advanced/factories.md (1 reference) - docs/advanced/migration.md (1 reference) - docs/laravel/connections.md (2 references) - docs/laravel/pagination.md (1 reference) - docs/laravel/commands.md (1 reference) Updated 9 documentation files to remove broken links from "Next Steps" sections, ensuring all remaining links point to existing files.
1 parent 761940f commit 52150f9

File tree

9 files changed

+1
-14
lines changed

9 files changed

+1
-14
lines changed

docs/api/reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,4 +742,3 @@ This API reference provides comprehensive documentation for all public interface
742742

743743
- **[Examples](../examples/complete-examples.md)** - Practical usage examples
744744
- **[Best Practices](../examples/best-practices.md)** - Recommended patterns
745-
- **[Migration Guide](../advanced/migration.md)** - Migrating from other ORMs

docs/core-concepts/entity-lifecycle.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ class User
605605
- **[Entity Hydration Patterns](./entity-hydration.md)** - Implementation patterns for hydration
606606
- **[Type Transformations](./type-transformations.md)** - Transform database types to value objects
607607
- **[Value Objects](./value-objects.md)** - Email, Money, Address patterns
608-
- **[Rich Domain Models](../entities/rich-domain-models.md)** - Where to put domain logic
609608

610609
## Further Reading
611610

docs/core-concepts/value-objects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ Here's a starter list of common value objects:
830830

831831
- **[Type Transformations](./type-transformations.md)** - Integrate value objects with mappers
832832
- **[Entity Hydration](./entity-hydration.md)** - How value objects fit into hydration
833-
- **[Rich Domain Models](../entities/rich-domain-models.md)** - Using value objects in domain logic
834833

835834
## Further Reading
836835

docs/examples/best-practices.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,4 @@ These best practices provide a foundation for building maintainable, performant,
625625

626626
## Next Steps
627627

628-
- **[Migration Guide](./migration-guide.md)** - Moving from other ORMs
629-
- **[Testing Guide](../advanced/testing.md)** - Comprehensive testing strategies
630-
- **[Performance Guide](../advanced/performance.md)** - Advanced optimization techniques
628+
- **[Complete Examples](./complete-examples.md)** - Practical implementation examples

docs/examples/complete-examples.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,4 @@ These patterns provide a solid foundation for building maintainable, testable ap
12031203

12041204
## Next Steps
12051205

1206-
- **[Migration Guide](./migration-guide.md)** - Moving from Eloquent to Holloway
12071206
- **[Best Practices](./best-practices.md)** - Advanced patterns and optimizations
1208-
- **[Testing Guide](../advanced/factories.md)** - Comprehensive testing strategies

docs/laravel/integration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,3 @@ class PostFactory extends Factory
606606
## Next Steps
607607

608608
- **[Service Provider Configuration](./service-provider.md)** - Detailed service provider setup
609-
- **[Database Connections](./connections.md)** - Advanced connection management
610-
- **[Pagination Strategies](./pagination.md)** - Pagination patterns and optimization
611-
- **[Artisan Commands](./commands.md)** - Custom command development

docs/laravel/service-provider.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,4 @@ class CustomHollowayProvider extends BaseProvider
8888

8989
## Next Steps
9090

91-
- **[Database Connections](./connections.md)** - Working with multiple databases
9291
- **[Integration Guide](./integration.md)** - Complete Laravel integration patterns

docs/mappers/scopes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,4 +897,3 @@ class ProductMapper extends Mapper
897897

898898
- **[Query Building](./query-building.md)** - Advanced query construction
899899
- **[Relationships](../relationships/overview.md)** - Working with related data
900-
- **[Performance](../advanced/performance.md)** - Optimization techniques

docs/relationships/nested.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,3 @@ class NestedRelationshipTest extends TestCase
522522

523523
- **[Eager Loading](./eager-loading.md)** - Optimizing relationship loading
524524
- **[Custom Relationships](./custom.md)** - Building specialized relationship logic
525-
- **[Performance Guide](../advanced/performance.md)** - Advanced optimization techniques

0 commit comments

Comments
 (0)