fixed broken link re: issue #1687
Updated link to go to https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook which is a redis example mentioned in https://kubernetes.io/docs/samples/
This commit is contained in:
@@ -31,7 +31,7 @@ Here is an overview of the steps in this example:
|
|||||||
## Starting Redis
|
## Starting Redis
|
||||||
|
|
||||||
For this example, for simplicitly, we will start a single instance of Redis.
|
For this example, for simplicitly, we will start a single instance of Redis.
|
||||||
See the [Redis Example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/redis/README.md) for an example
|
See the [Redis Example](https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook) for an example
|
||||||
of deploying Redis scalably and redundantly.
|
of deploying Redis scalably and redundantly.
|
||||||
|
|
||||||
Start a temporary Pod running Redis and a service so we can find it.
|
Start a temporary Pod running Redis and a service so we can find it.
|
||||||
|
|||||||
Reference in New Issue
Block a user