diff --git a/serving/samples/blue-green-deployment.md b/serving/samples/blue-green-deployment.md index 216a322d3..351c3c1e4 100644 --- a/serving/samples/blue-green-deployment.md +++ b/serving/samples/blue-green-deployment.md @@ -8,8 +8,8 @@ configuration. ## Before you begin You need: -* A Kubernetes cluster with [Knative installed](../install/README.md). -* (Optional) [A custom domain configured](../serving/using-a-custom-domain.md) for use with Knative. +* A Kubernetes cluster with [Knative installed](../../install/README.md). +* (Optional) [A custom domain configured](../../serving/using-a-custom-domain.md) for use with Knative. ## Deploying Revision 1 (Blue) @@ -70,7 +70,7 @@ route "blue-green-demo" configured You'll now be able to view the sample app at http://blue-green-demo.default.YOUR_CUSTOM_DOMAIN.com (replace `YOUR_CUSTOM_DOMAIN`) -with the [custom domain](../serving/using-a-custom-domain.md) you configured for +with the [custom domain](../../serving/using-a-custom-domain.md) you configured for use with Knative. > Note: If you don't have a custom domain configured for use with Knative, you can interact @@ -81,7 +81,7 @@ use with Knative. For example, `[route-name].[namespace].example.com`. You can get the IP address by entering `kubectl get svc knative-ingressgateway -n istio-system` and copying the `EXTERNAL-IP` returned by that command. - See [Interacting with your app](../install/getting-started-knative-app.md#interacting-with-your-app) + See [Interacting with your app](../../install/getting-started-knative-app.md#interacting-with-your-app) for more information. ## Deploying Revision 2 (Green)