From c165f5524521e9f6dea0adafd31f555448d952f9 Mon Sep 17 00:00:00 2001 From: David Fernandez <dfernandez@gitlab.com> Date: Thu, 4 Nov 2021 09:45:39 +0100 Subject: [PATCH] Fix typo in the link definition --- doc/development/reusing_abstractions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/reusing_abstractions.md b/doc/development/reusing_abstractions.md index 151cb076e415a..ccf82dc6c7756 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 -- GitLab