From 6c4de3bcef978bbdec4e7bbb07e6f67d412385c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 25 Dec 2017 11:30:24 +0200 Subject: [PATCH] Fix some tags and categories --- converter/README.md | 2 +- eip-aggregator/README.md | 4 ++-- eip-splitter/README.md | 4 ++-- eip-wire-tap/README.md | 4 ++-- marker/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/converter/README.md b/converter/README.md index 190ae8bfc..79b539422 100644 --- a/converter/README.md +++ b/converter/README.md @@ -3,7 +3,7 @@ layout: pattern title: Converter folder: converter permalink: /patterns/converter/ -categories: +categories: Business Tier tags: - Java - Difficulty-Beginner diff --git a/eip-aggregator/README.md b/eip-aggregator/README.md index ec8454f63..a1dc18ea8 100644 --- a/eip-aggregator/README.md +++ b/eip-aggregator/README.md @@ -3,11 +3,11 @@ layout: pattern title: EIP Aggregator folder: eip-aggregator permalink: /patterns/eip-aggregator/ -categories: Enterprise integration +categories: Integration tags: - Java - Difficulty-Intermittent - - Enterprise integration + - EIP --- ## Intent diff --git a/eip-splitter/README.md b/eip-splitter/README.md index b59147504..51a917bad 100644 --- a/eip-splitter/README.md +++ b/eip-splitter/README.md @@ -3,11 +3,11 @@ layout: pattern title: EIP Splitter folder: eip-splitter permalink: /patterns/eip-splitter/ -categories: Enterprise integration +categories: Integration tags: - Java - Difficulty-Intermittent - - Enterprise integration + - EIP --- ## Intent diff --git a/eip-wire-tap/README.md b/eip-wire-tap/README.md index d2742aa31..31cbd9123 100644 --- a/eip-wire-tap/README.md +++ b/eip-wire-tap/README.md @@ -3,11 +3,11 @@ layout: pattern title: EIP Wire Tap folder: eip-wire-tap permalink: /patterns/eip-wire-tap/ -categories: Enterprise integration +categories: Integration tags: - Java - Difficulty-Intermittent - - Enterprise integration + - EIP --- ## Intent diff --git a/marker/README.md b/marker/README.md index 5bcdf9664..6f5fc1e91 100644 --- a/marker/README.md +++ b/marker/README.md @@ -3,7 +3,7 @@ layout: pattern title: Marker Interface folder: marker permalink: /patterns/marker/ -categories: Design +categories: Other tags: - Java - Difficulty-Beginner