From 1fcf32b509eac3d20acbad01d997643fcde1bdf5 Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Fri, 1 Feb 2019 18:07:08 -0800 Subject: [PATCH] fix install links (#860) --- docs/install/Knative-custom-install.md | 9 +++++---- docs/install/Knative-with-AKS.md | 2 +- docs/install/Knative-with-Docker-for-Mac.md | 2 +- docs/install/Knative-with-GKE.md | 4 ++-- docs/install/Knative-with-Gardener.md | 4 ++-- docs/install/Knative-with-ICP.md | 4 ++-- docs/install/Knative-with-IKS.md | 4 ++-- docs/install/Knative-with-Minikube.md | 2 +- docs/install/Knative-with-OpenShift.md | 2 +- docs/install/Knative-with-PKS.md | 4 ++-- docs/install/Knative-with-any-k8s.md | 2 +- docs/install/README.md | 14 +++++++------- 12 files changed, 27 insertions(+), 26 deletions(-) diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index abfa0102a..a6ada9815 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -70,7 +70,7 @@ service mesh. If you install any of the following options, you must install - [Knative Eventing](https://github.com/knative/eventing) - [Knative Eventing Sources](https://github.com/knative/eventing-sources) -- [Observability plugins](../serving/installing-logging-metrics-traces.md) +- [Observability plugins](../serving/installing-logging-metrics-traces/) #### Istio installation options @@ -210,7 +210,7 @@ files from the Knative repositories: | [`message-dumper.yaml`][5.3] | Installs an Event logging service for debugging. | Serving component, Eventing component | _\*_ See -[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md) +[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces/) for details about installing the various supported observability plug-ins. † These are the recommended standard install files suitable for most use cases. @@ -330,6 +330,7 @@ commands below. kubectl get pods --namespace knative-monitoring ``` + See [Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md) for details about setting up the various supported observability plug-ins. @@ -342,11 +343,11 @@ events in your Knative cluster. Depending on the Knative components you installed, you can use the following guides to help you get started with Knative: -- [Getting Started with Knative App Deployment](./getting-started-knative-app.md) +- [Getting Started with Knative App Deployment](./getting-started-knative-app/) - [Knative Serving sample apps](../serving/samples/) -- [Creating a simple Knative Build](../build/creating-builds.md) +- [Creating a simple Knative Build](../build/creating-builds/) - [Knative Build templates](https://github.com/knative/build-templates) diff --git a/docs/install/Knative-with-AKS.md b/docs/install/Knative-with-AKS.md index 978218939..a6fbad3be 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -196,7 +196,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. To get started with Knative Eventing, pick one of the diff --git a/docs/install/Knative-with-Docker-for-Mac.md b/docs/install/Knative-with-Docker-for-Mac.md index 7b4c7eab0..9f73d7383 100644 --- a/docs/install/Knative-with-Docker-for-Mac.md +++ b/docs/install/Knative-with-Docker-for-Mac.md @@ -99,7 +99,7 @@ Now that your cluster has Knative installed, you're ready to deploy an app. If you'd like to follow a step-by-step guide for deploying your first app on Knative, check out the -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. If you'd like to view the available sample apps and deploy one of your choosing, diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index 29dac2f2c..91e389f86 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -171,7 +171,7 @@ rerun the command to see the current status. The following commands install all available Knative components as well as the standard set of observability plugins. To customize your Knative installation, -see [Performing a Custom Knative Installation](Knative-custom-install.md). +see [Performing a Custom Knative Installation](Knative-custom-install/). 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash @@ -197,7 +197,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. To get started with Knative Eventing, pick one of the diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index f4c57f6a4..08be9b189 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -103,7 +103,7 @@ rerun the command to see the current status. The following commands install all available Knative components as well as the standard set of observability plugins. To customize your Knative installation, -see [Performing a Custom Knative Installation](Knative-custom-install.md). +see [Performing a Custom Knative Installation](Knative-custom-install/). 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash @@ -160,7 +160,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. To get started with Knative Eventing, pick one of the diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index a4e271438..413b35d08 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -128,7 +128,7 @@ the`knative-build` and `knative-monitoring` namespaces. The following commands install all available Knative components as well as the standard set of observability plugins. To customize your Knative installation, -see [Performing a Custom Knative Installation](Knative-custom-install.md). +see [Performing a Custom Knative Installation](Knative-custom-install/). 1. Run the following commands to install Knative: @@ -189,7 +189,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. > **Note**: When looking up the IP address to use for accessing your app, you diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index b6a43ab38..6a4404c64 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -167,7 +167,7 @@ rerun the command to see the current status. The following commands install all available Knative components as well as the standard set of observability plugins. To customize your Knative installation, -see [Performing a Custom Knative Installation](Knative-custom-install.md). +see [Performing a Custom Knative Installation](Knative-custom-install/). 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash @@ -193,7 +193,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. To get started with Knative Eventing, pick one of the diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index 9d11194cf..fa320a101 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -126,7 +126,7 @@ Now that your cluster has Knative installed, you're ready to deploy an app. If you'd like to follow a step-by-step guide for deploying your first app on Knative, check out the -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. If you'd like to view the available sample apps and deploy one of your choosing, diff --git a/docs/install/Knative-with-OpenShift.md b/docs/install/Knative-with-OpenShift.md index a74d0c793..b331c3f42 100644 --- a/docs/install/Knative-with-OpenShift.md +++ b/docs/install/Knative-with-OpenShift.md @@ -213,7 +213,7 @@ Now that your cluster has Knative installed, you're ready to deploy an app. If you'd like to follow a step-by-step guide for deploying your first app on Knative, check out the -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. If you'd like to view the available sample apps and deploy one of your choosing, diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index d8aae080a..1fdd0657a 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -80,7 +80,7 @@ rerun the command to see the current status. The following commands install all available Knative components as well as the standard set of observability plugins. To customize your Knative installation, -see [Performing a Custom Knative Installation](Knative-custom-install.md). +see [Performing a Custom Knative Installation](Knative-custom-install/). 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash @@ -105,7 +105,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. To get started with Knative Eventing, pick one of the diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index e8f97ce0d..04da9acf9 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -82,7 +82,7 @@ Now that your cluster has Knative installed, you can see what Knative has to offer. To deploy your first app with Knative, follow the step-by-step -[Getting Started with Knative App Deployment](getting-started-knative-app.md) +[Getting Started with Knative App Deployment](getting-started-knative-app/) guide. To get started with Knative Eventing, pick one of the diff --git a/docs/install/README.md b/docs/install/README.md index 913cbcb2a..5ecf6b3e9 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -75,7 +75,7 @@ available Knative components and a set of observability plugins. If you already have a Kubernetes cluster you're comfortable installing _alpha_ software on, use the following guide to install all Knative components: -- [Knative Install on any Kubernetes](Knative-with-any-k8s.md) +- [Knative Install on any Kubernetes](Knative-with-any-k8s/) **Limited install guides** @@ -111,7 +111,7 @@ Knative cluster. Now you're ready to deploy an app: - Follow the step-by-step - [Getting Started with Knative App Deployment](getting-started-knative-app.md) + [Getting Started with Knative App Deployment](getting-started-knative-app/) guide. - View the available [sample apps](../serving/samples) and deploy one of your @@ -126,14 +126,14 @@ After your Knative installation is running, you can set up a custom domain with a static IP address to be able to use Knative for publicly available services and set up an Istio IP range for outbound network access: -- [Assign a static IP address](../serving/gke-assigning-static-ip-address.md) -- [Configure a custom domain](../serving/using-a-custom-domain.md) -- [Configure outbound network access](../serving/outbound-network-access.md) -- [Configuring HTTPS with a custom certificate](../serving/using-an-ssl-cert.md) +- [Assign a static IP address](../serving/gke-assigning-static-ip-address/) +- [Configure a custom domain](../serving/using-a-custom-domain/) +- [Configure outbound network access](../serving/outbound-network-access/) +- [Configuring HTTPS with a custom certificate](../serving/using-an-ssl-cert/) ## Checking the version of your Knative Serving installation -- [Checking the version of your Knative Serving installation](check-install-version.md) +- [Checking the version of your Knative Serving installation](check-install-version/) ---