diff --git a/docs/install/README.md b/docs/install/README.md index 8e5e326dcfa..74ab543e03a 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -84,7 +84,7 @@ available observability plugins, to minimize the disk space used for install. - [Knative Install on Docker for Mac](./Knative-with-Docker-for-Mac.md) - [Knative Install on OpenShift](./Knative-with-OpenShift.md) -- [Knative Install on OpenShift via Operator](https://github.com/openshift-cloud-functions/Documentation/blob/master/knative-OCP-4x.md) +- [Knative Install on OpenShift via Operator](https://github.com/openshift-knative/docs/blob/master/README.md) **Custom install guide** diff --git a/docs/serving/using-a-tls-cert.md b/docs/serving/using-a-tls-cert.md index 9acbc076d4a..1dd776f7872 100644 --- a/docs/serving/using-a-tls-cert.md +++ b/docs/serving/using-a-tls-cert.md @@ -154,7 +154,7 @@ To manually add a TLS certificate to your Knative cluster, you create a Kubernetes secret and then configure the `knative-ingress-gateway`: 1. Run the following command to create a Kubernetes secret to hold your TLS - certificate, `cert.pk`, and the private key, `cert.pem`: + certificate, `cert.pem`, and the private key, `cert.pk`: ```shell kubectl create --namespace istio-system secret tls istio-ingressgateway-certs \