From 9bb4ecb0716fab5429093ca683052a7ca02787c6 Mon Sep 17 00:00:00 2001 From: Kevin Lingerfelt Date: Mon, 30 Jul 2018 13:04:53 -0700 Subject: [PATCH] Update location of emojivoto kubernetes config (#1375) Signed-off-by: Kevin Lingerfelt --- BUILD.md | 2 +- doc/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 3aac7435f..49f5bc5a9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -135,7 +135,7 @@ bin/linkerd check --expected-version $(bin/root-tag) bin/linkerd dashboard # install the demo app -curl https://raw.githubusercontent.com/runconduit/conduit-examples/master/emojivoto/emojivoto.yml | bin/linkerd inject - | kubectl apply -f - +curl https://raw.githubusercontent.com/BuoyantIO/emojivoto/master/emojivoto.yml | bin/linkerd inject - | kubectl apply -f - # view demo app minikube -n emojivoto service web-svc diff --git a/doc/getting-started.md b/doc/getting-started.md index 1c15b14b2..4f9ec7a27 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -196,7 +196,7 @@ Finally, it’s time to install a demo application and add it to the service mes ### To install a local version of this demo locally and add it to Linkerd, run: -#### `curl https://raw.githubusercontent.com/runconduit/conduit-examples/master/emojivoto/emojivoto.yml | linkerd inject - | kubectl apply -f -` +#### `curl https://raw.githubusercontent.com/BuoyantIO/emojivoto/master/emojivoto.yml | linkerd inject - | kubectl apply -f -` ### Which should display: