Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 11, 2021
1 parent dcc57a4 commit 7d65845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aggregate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Aggregate is a pattern in Domain-Driven Design. A DDD aggregate is a cluster of domain objects
> that can be treated as a single unit. [...]
>
> :book: [DDD Aggregate - Martin Flower](https://martinflower.com/bliki/DDD_Aggregate.html)
> :book: [DDD Aggregate - Martin Flower](https://martinfowler.com/bliki/DDD_Aggregate.html)
An AggregateRoot has to inherit from `AggregateRoot` and implement the methods `aggregateRootId` and `apply`.
`aggregateRootId` is the identifier from `AggregateRoot` like a primary key for an entity.
Expand Down

0 comments on commit 7d65845

Please sign in to comment.