diff --git a/doc/development/reusing_abstractions.md b/doc/development/reusing_abstractions.md index 151cb076e415adc7a9a6b610c49d4a2bf29f9bd3..ccf82dc6c7756427263d68fcba22a508259ff333 100644 --- a/doc/development/reusing_abstractions.md +++ b/doc/development/reusing_abstractions.md @@ -145,7 +145,7 @@ Legacy classes inherited from `BaseService` for historical reasons. In Service classes the use of `execute` and `#execute` is preferred over `call` and `#call`. -Classes that are not service objects should be [created elsewhere](directory_structure.md#use-namespaces-to-define-bounded-contexts, such as in `lib`. +Classes that are not service objects should be [created elsewhere](directory_structure.md#use-namespaces-to-define-bounded-contexts), such as in `lib`. #### ServiceResponse