Skip to content

Commit 5473a6d

Browse files
author
Dhiraj-Birajdar
committed
Fix broken CQRS link in saga README
1 parent ede37bd commit 5473a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saga/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Trade-offs:
193193
## Related Java Design Patterns
194194

195195
* [Event Sourcing](https://java-design-patterns.com/patterns/event-sourcing/): Used to capture state changes as a sequence of events, which can complement the Saga pattern by providing a history of state changes.
196-
* [Command Query Responsibility Segregation (CQRS)](https://java-design-patterns.com/patterns/cqrs/): Can be used in conjunction with the Saga pattern to separate command and query responsibilities, improving scalability and fault tolerance.
196+
* [Command Query Responsibility Segregation (CQRS)](https://java-design-patterns.com/patterns/command-query-responsibility-segregation/): Can be used in conjunction with the Saga pattern to separate command and query responsibilities, improving scalability and fault tolerance.
197197

198198
## References and Credits
199199

0 commit comments

Comments
 (0)