Fix the sample apps link. (#91)

This commit is contained in:
adamharwayne 2018-07-10 10:14:39 -07:00 committed by Google Prow Robot
parent cb83bbe76c
commit 1bb852f2cb
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ You are now ready to deploy an app to your new Knative cluster.
## Deploying an app ## Deploying an app
Now that your cluster is running the Knative components, follow the instructions Now that your cluster is running the Knative components, follow the instructions
for one of the [sample apps](../serving/samples/README.MD) to deploy your first for one of the [sample apps](../serving/samples/README.md) to deploy your first
app. app.
## Cleaning up ## Cleaning up
@ -163,4 +163,4 @@ To delete the cluster, enter the following command:
```bash ```bash
gcloud container clusters delete $CLUSTER_NAME --zone $CLUSTER_ZONE gcloud container clusters delete $CLUSTER_NAME --zone $CLUSTER_ZONE
``` ```