Fix broken links in blue/green sample (#296)

This commit is contained in:
James Bowes 2018-07-30 19:47:37 -03:00 committed by Google Prow Robot
parent 146b7e203b
commit 3cc16b0373
1 changed files with 4 additions and 4 deletions

View File

@ -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)