diff --git a/serving/samples/autoscale-go/README.md b/serving/samples/autoscale-go/README.md index e26c05d29..29bf6d444 100644 --- a/serving/samples/autoscale-go/README.md +++ b/serving/samples/autoscale-go/README.md @@ -4,7 +4,7 @@ A demonstration of the autoscaling capabilities of an Knative Serving Revision. ## Prerequisites -1. [Install Knative Serving](https://github.com/knative/install/blob/master/README.md) +1. [Install Knative Serving](https://github.com/knative/docs/blob/master/install/README.md) 1. Install [docker](https://www.docker.com/) ## Setup diff --git a/serving/samples/buildpack-app-dotnet/README.md b/serving/samples/buildpack-app-dotnet/README.md index fe28641e6..427782714 100644 --- a/serving/samples/buildpack-app-dotnet/README.md +++ b/serving/samples/buildpack-app-dotnet/README.md @@ -8,7 +8,7 @@ sample app for Cloud Foundry. ## Prerequisites -[Install Knative Serving](https://github.com/knative/install/blob/master/README.md) +[Install Knative Serving](https://github.com/knative/docs/blob/master/install/README.md) ## Running diff --git a/serving/samples/buildpack-function-nodejs/README.md b/serving/samples/buildpack-function-nodejs/README.md index f18d5a165..a188ee49d 100644 --- a/serving/samples/buildpack-function-nodejs/README.md +++ b/serving/samples/buildpack-function-nodejs/README.md @@ -8,7 +8,7 @@ sample function for riff. ## Prerequisites -[Install Knative Serving](https://github.com/knative/install/blob/master/README.md) +[Install Knative Serving](https://github.com/knative/docs/blob/master/install/README.md) ## Running diff --git a/serving/samples/gitwebhook-go/README.md b/serving/samples/gitwebhook-go/README.md index c6e6dd580..80cf4a416 100644 --- a/serving/samples/gitwebhook-go/README.md +++ b/serving/samples/gitwebhook-go/README.md @@ -6,7 +6,7 @@ github. ## Prerequisites -1. [Install Knative Serving](https://github.com/knative/install/blob/master/README.md) +1. [Install Knative Serving](https://github.com/knative/docs/blob/master/install/README.md) 1. Install [docker](https://www.docker.com/) ## Setup diff --git a/serving/samples/grpc-ping-go/README.md b/serving/samples/grpc-ping-go/README.md index 78cbbd29c..f9ef4c1f6 100644 --- a/serving/samples/grpc-ping-go/README.md +++ b/serving/samples/grpc-ping-go/README.md @@ -6,7 +6,7 @@ This sample is dependent on [this issue](https://github.com/knative/serving/issu ## Prerequisites -1. [Install Knative](https://github.com/knative/install/blob/master/README.md) +1. [Install Knative](https://github.com/knative/docs/blob/master/install/README.md) 1. Install [docker](https://www.docker.com/) ## Build and run the gRPC server diff --git a/serving/samples/helloworld-csharp/README.md b/serving/samples/helloworld-csharp/README.md index d09f912f0..6aadf77dd 100644 --- a/serving/samples/helloworld-csharp/README.md +++ b/serving/samples/helloworld-csharp/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-go/README.md b/serving/samples/helloworld-go/README.md index 4715a25ae..d4e0fbec8 100644 --- a/serving/samples/helloworld-go/README.md +++ b/serving/samples/helloworld-go/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-java/README.md b/serving/samples/helloworld-java/README.md index 3d66ed787..7ab6a8fde 100644 --- a/serving/samples/helloworld-java/README.md +++ b/serving/samples/helloworld-java/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-nodejs/README.md b/serving/samples/helloworld-nodejs/README.md index 38b90e128..5b5448b86 100644 --- a/serving/samples/helloworld-nodejs/README.md +++ b/serving/samples/helloworld-nodejs/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-php/README.md b/serving/samples/helloworld-php/README.md index fe84de3b7..5a1fc5007 100644 --- a/serving/samples/helloworld-php/README.md +++ b/serving/samples/helloworld-php/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-python/README.md b/serving/samples/helloworld-python/README.md index 339873d64..f1b3640b6 100644 --- a/serving/samples/helloworld-python/README.md +++ b/serving/samples/helloworld-python/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-ruby/README.md b/serving/samples/helloworld-ruby/README.md index 17692f79d..403b4c064 100644 --- a/serving/samples/helloworld-ruby/README.md +++ b/serving/samples/helloworld-ruby/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/helloworld-rust/README.md b/serving/samples/helloworld-rust/README.md index 288eafed9..1e76aeaa5 100644 --- a/serving/samples/helloworld-rust/README.md +++ b/serving/samples/helloworld-rust/README.md @@ -7,7 +7,7 @@ TARGET is not specified, it will use "NOT SPECIFIED" as the TARGET. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * [Docker](https://www.docker.com) installed and running on your local machine, and a Docker Hub account configured (we'll use it for a container registry). diff --git a/serving/samples/knative-routing-go/README.md b/serving/samples/knative-routing-go/README.md index 13ca244d6..ce6f6d3b3 100644 --- a/serving/samples/knative-routing-go/README.md +++ b/serving/samples/knative-routing-go/README.md @@ -15,7 +15,7 @@ to the Login service. ## Prerequisites -1. [Install Knative](https://github.com/knative/install/blob/master/README.md) +1. [Install Knative](https://github.com/knative/docs/blob/master/install/README.md) 1. Install [docker](https://www.docker.com/) 1. Acquire a domain name. In this example, we use example.com. If you don't have a domain name, you can modify your hosts file (on Mac or Linux) to map diff --git a/serving/samples/rest-api-go/README.md b/serving/samples/rest-api-go/README.md index d2ef34efb..27581adf1 100644 --- a/serving/samples/rest-api-go/README.md +++ b/serving/samples/rest-api-go/README.md @@ -6,7 +6,7 @@ name from environment defined in configuration. ## Prerequisites -1. [Install Knative Serving](https://github.com/knative/install/blob/master/README.md) +1. [Install Knative Serving](https://github.com/knative/docs/blob/master/install/README.md) 1. Install [docker](https://www.docker.com/) ## Setup diff --git a/serving/samples/source-to-url-go/README.md b/serving/samples/source-to-url-go/README.md index 4bf0f3bbd..fa631c7ef 100644 --- a/serving/samples/source-to-url-go/README.md +++ b/serving/samples/source-to-url-go/README.md @@ -9,7 +9,7 @@ components of Knative to orchestrate an end-to-end deployment. ## Prerequisites * A Kubernetes cluster with Knative installed. Follow the - [installation instructions](https://github.com/knative/install/) if you need + [installation instructions](https://github.com/knative/docs/blob/master/install/README.md) if you need to create one. * Go installed and configured (optional, if you want to run the sample app locally). diff --git a/serving/samples/telemetry-go/README.md b/serving/samples/telemetry-go/README.md index 1422face9..40ad8a4dd 100644 --- a/serving/samples/telemetry-go/README.md +++ b/serving/samples/telemetry-go/README.md @@ -9,7 +9,7 @@ that is installed by default as a showcase of installing dedicated Prometheus in ## Prerequisites -1. [Install Knative Serving](https://github.com/knative/install/blob/master/README.md) +1. [Install Knative Serving](https://github.com/knative/docs/blob/master/install/README.md) 2. [Install Knative monitoring component](docs/telemetry.md) 3. Install [docker](https://www.docker.com/)