Fix broken links (#4054)

* Fix broken links

* Update docs/serving/knative-kubernetes-services.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
This commit is contained in:
Samia Nneji 2021-07-28 16:28:16 +01:00 committed by GitHub
parent 7ef77f8c1f
commit e38b011761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@ that are active when running Knative Serving.
## Before You Begin ## Before You Begin
1. This guide assumes that you have [installed Knative Serving](/admin/install/serving/install-serving-with-yaml). 1. This guide assumes that you have [installed Knative Serving](../admin/install/serving/install-serving-with-yaml.md).
2. Verify that you have the proper components in your cluster. To view the 2. Verify that you have the proper components in your cluster. To view the
services installed in your cluster, use the command: services installed in your cluster, use the command:
@ -83,8 +83,6 @@ The net-istio-controller deployment reconciles a cluster's ingress into an
## What's Next ## What's Next
- For a deeper look at the services and deployments involved in Knative Serving, - For a deeper look at the services and deployments involved in Knative Serving,
click see the [specs](https://github.com/knative/specs/blob/main/specs/serving/overview.md) repository.
[here](https://github.com/knative/specs/blob/main/specs/serving/overview.md). - For a high-level analysis of Knative Serving, see the [Knative Serving overview](README.md).
- For a high-level analysis of Serving, look at the [documentation here](./). - For hands-on tutorials, see the [Knative Serving code samples](samples/README.md).
- Check out the Knative Serving code samples [here](samples/) for more
hands-on tutorials.