From 823d6c567a188fdafec627b8bcb155db3e5718e0 Mon Sep 17 00:00:00 2001 From: Francesco Guardiani Date: Tue, 11 Aug 2020 16:11:05 +0200 Subject: [PATCH] Nits in cloudevents samples (#2725) * Nits Signed-off-by: Francesco Guardiani * Removed autoscale link Signed-off-by: Francesco Guardiani * Fixed autoscaling link Signed-off-by: Francesco Guardiani --- docs/serving/samples/README.md | 4 ++-- docs/serving/samples/cloudevents/cloudevents-rust/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/serving/samples/README.md b/docs/serving/samples/README.md index 003ea40d3..0f116dc35 100644 --- a/docs/serving/samples/README.md +++ b/docs/serving/samples/README.md @@ -7,9 +7,9 @@ Serving resources and how they can be applied across common use cases. | Name | Description | Languages | | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | Hello World | A quick introduction that highlights how to deploy an app using Knative Serving. | [C#](./hello-world/helloworld-csharp/README.md), [Go](./hello-world/helloworld-go/README.md), [Java (Spark)](./hello-world/helloworld-java-spark/README.md), [Java (Spring)](./hello-world/helloworld-java-spring/README.md), [Kotlin](./hello-world/helloworld-kotlin/README.md), [Node.js](./hello-world/helloworld-nodejs/README.md), [PHP](./hello-world/helloworld-php/README.md), [Python](./hello-world/helloworld-python/README.md), [Ruby](./hello-world/helloworld-ruby/README.md), [Scala](./hello-world/helloworld-scala/README.md), [Shell](./hello-world/helloworld-shell/README.md) | -| Cloud Events | A quick introduction that highlights how to send and receive Cloud Events. | [C#](./cloudevents/cloudevents-dotnet/README.md), [Go](./cloudevents/cloudevents-go/README.md), [Node.js](./cloudevents/cloudevents-nodejs/README.md), [Rust](./cloudevents/cloudevents-rust/README.md) | +| Cloud Events | A quick introduction that highlights how to send and receive Cloud Events. | [C#](./cloudevents/cloudevents-dotnet/README.md), [Go](./cloudevents/cloudevents-go/README.md), [Node.js](./cloudevents/cloudevents-nodejs/README.md), [Rust](./cloudevents/cloudevents-rust/README.md), [Java (Vert.x)](./cloudevents/cloudevents-vertx/README.md) | | Advanced Deployment | Simple blue/green-like application deployment pattern illustrating the process of updating a live application without dropping any traffic. | [YAML](./blue-green-deployment.md) | -| Autoscale | A demonstration of the autoscaling capabilities of Knative. | [Go](./autoscale-go/README.md) | +| Autoscale | A demonstration of the autoscaling capabilities of Knative. | [Go](../autoscaling/autoscale-go/README.md) | | Github Webhook | A simple webhook handler that demonstrates interacting with Github. | [Go](./gitwebhook-go/README.md) | | gRPC | A simple gRPC server. | [Go](./grpc-ping-go/README.md) | | Knative Routing | An example of mapping multiple Knative services to different paths under a single domain name using the Istio VirtualService concept. | [Go](./knative-routing-go/README.md) | diff --git a/docs/serving/samples/cloudevents/cloudevents-rust/README.md b/docs/serving/samples/cloudevents/cloudevents-rust/README.md index 3112c0ffe..9a9506afc 100644 --- a/docs/serving/samples/cloudevents/cloudevents-rust/README.md +++ b/docs/serving/samples/cloudevents/cloudevents-rust/README.md @@ -1,4 +1,4 @@ -# Vert.x + Rust + Actix-web +# Rust + Actix web + CloudEvents + Knative A simple web app written in Rust using [Actix web](https://github.com/actix/actix-web) that can receive CloudEvents. It supports running in two modes: