From af64881b5b09d15be3751d64001e05d9bc8a51ac Mon Sep 17 00:00:00 2001 From: Paulo Pires Date: Mon, 13 Jul 2015 21:17:47 -0400 Subject: [PATCH] Fixed Hazelcast example documentation relative links. --- examples/hazelcast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hazelcast/README.md b/examples/hazelcast/README.md index 1240f2e8f07..d677cf279d8 100644 --- a/examples/hazelcast/README.md +++ b/examples/hazelcast/README.md @@ -34,7 +34,7 @@ Source is freely available at: * Docker Trusted Build - https://quay.io/repository/pires/hazelcast-kubernetes ### Simple Single Pod Hazelcast Node -In Kubernetes, the atomic unit of an application is a [_Pod_](http://docs.k8s.io/pods.md). A Pod is one or more containers that _must_ be scheduled onto the same host. All containers in a pod share a network namespace, and may optionally share mounted volumes. +In Kubernetes, the atomic unit of an application is a [_Pod_](../../docs/pods.md). A Pod is one or more containers that _must_ be scheduled onto the same host. All containers in a pod share a network namespace, and may optionally share mounted volumes. In this case, we shall not run a single Hazelcast pod, because the discovery mechanism now relies on a service definition.