From 319018739ea543b6a468c48f721395db0420cf52 Mon Sep 17 00:00:00 2001 From: Jerome Touffe-Blin Date: Tue, 26 Jan 2016 22:05:32 +1100 Subject: [PATCH] Fix links to templates in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8c6aa08b..7fcdca863 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ resources: ``` It uses two templates. The front end is a -[replicated service](https://github.com/kubernetes/application-dm-templates/common/replicatedservice/v1), +[replicated service](https://github.com/kubernetes/application-dm-templates/tree/master/common/replicatedservice/v1), which creates a service and replication controller with matching selectors, and the back end is a -[Redis cluster](https://github.com/kubernetes/application-dm-templates/storage/redis/v1), +[Redis cluster](https://github.com/kubernetes/application-dm-templates/tree/master/storage/redis/v1), which creates a Redis master and two Redis slaves. Templates can use other templates, making it easy to create larger structures