mirror of https://github.com/knative/docs.git
Fix the sample apps link. (#91)
This commit is contained in:
parent
cb83bbe76c
commit
1bb852f2cb
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue