Skip to content

Commit 1fc1582

Browse files
committed
Fixed link.
1 parent 36482d5 commit 1fc1582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
425425
## <a name="execute-around">Execute Around</a> [&#8593;](#list-of-design-patterns)
426426
**Intent:** Execute Around idiom frees the user from certain actions that should always be executed before and after the business method. A good example of this is resource allocation and deallocation leaving the user to specify only what to do with the resource.
427427

428-
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/execute-around/etc/execute-around.png "Execute Around")
428+
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/execute-around/execute-around.png "Execute Around")
429429

430430
**Applicability:** Use the Execute Around idiom when
431431
* You use an API that requires methods to be called in pairs such as open/close or allocate/deallocate.

0 commit comments

Comments
 (0)