From 42eeb50badfbadebbb082289c62c364589fb69d0 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Mon, 31 Aug 2015 23:18:55 +0300 Subject: [PATCH] Fixed class diagram path. --- chain/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/index.md b/chain/index.md index e1d2791ef..25e14bf06 100644 --- a/chain/index.md +++ b/chain/index.md @@ -11,7 +11,7 @@ tags: Java more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it. -![alt text](./chain/etc/chain_1.png "Chain of Responsibility") +![alt text](./etc/chain_1.png "Chain of Responsibility") **Applicability:** Use Chain of Responsibility when