From 60de01508a5e65532d930320262b7e1bf1c34b6f Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Mon, 31 Aug 2015 23:13:35 +0300 Subject: [PATCH] Corrected folder structure for Chain of responsibility. --- {chain-of-responsibility => chain}/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {chain-of-responsibility => chain}/index.md (92%) diff --git a/chain-of-responsibility/index.md b/chain/index.md similarity index 92% rename from chain-of-responsibility/index.md rename to chain/index.md index cf56fe3c6..e1d2791ef 100644 --- a/chain-of-responsibility/index.md +++ b/chain/index.md @@ -1,8 +1,8 @@ --- layout: pattern title: Chain of responsibility -folder: chain-of-responsibility -permalink: /patterns/chain-of-responsibility/ +folder: chain +permalink: /patterns/chain/ categories: Behavioral tags: Java ---