From 09be93043023a62a983c1b124f8efd761327586e Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Tue, 23 Jan 2024 19:45:33 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ddd54..833d45b 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Besides native Laravel relationships, you can also concatenate relationships fro - https://github.com/korridor/laravel-has-many-merged: `HasManyMerged` - https://github.com/staudenmeir/eloquent-json-relations: `BelongsToJson`, `HasManyJson`, `HasManyThroughJson` -- https://github.com/staudenmeir/laravel-adjacency-list: [Tree relationships](https://github.com/staudenmeir/laravel-adjacency-list#relationship-concatenation) +- https://github.com/staudenmeir/laravel-adjacency-list: [Tree relationships](https://github.com/staudenmeir/laravel-adjacency-list#deep-relationship-concatenation) - https://github.com/topclaudy/compoships: `BelongsTo`, `HasMany`, `HasOne` ### Defining Relationships Manually