From fde8bccf50dda5083b3111f78e70002f71b89743 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Sat, 27 Dec 2025 23:00:10 -0800 Subject: [PATCH] Fix link to full example in Knative article Updated the link to the full example for running locally. --- ...Building-Stateful-applications-with-Knative-and-Restate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/articles/Building-Stateful-applications-with-Knative-and-Restate.md b/docs/blog/articles/Building-Stateful-applications-with-Knative-and-Restate.md index b4407e3063b..db7635f2e24 100644 --- a/docs/blog/articles/Building-Stateful-applications-with-Knative-and-Restate.md +++ b/docs/blog/articles/Building-Stateful-applications-with-Knative-and-Restate.md @@ -227,7 +227,7 @@ And this is it! You're now ready to send requests: $ curl http://localhost:8080/Signup/Signup --json '{"username": "slinkydeveloper", "name": "Francesco", "surname": "Guardiani", "password": "Pizza-without-pineapple"}' ``` -Please note: some parts of the code example are omitted for brevity, check the [full example](https://github.com/restatedev/examples/blob/main/tutorials/knative-go/README.md) for more details and how to run this locally with `kind`. +Please note: some parts of the code example are omitted for brevity, check the [full example](https://github.com/restatedev/examples/blob/main/go/integrations/knative-go/README.md) for more details and how to run this locally with `kind`. ### We got your back @@ -250,4 +250,4 @@ In this post we've looked at how to build a stateful entity and a simple orchest By combining Restate and Knative together you get the best of both worlds, as you can build serverless application with the ease of developing stateful applications. With Restate and Knative together you can build much more: [workflows](https://docs.restate.dev/use-cases/workflows), [sagas](https://restate.dev/blog/graceful-cancellations-how-to-keep-your-application-and-workflow-state-consistent/), [stateful event processing](https://docs.restate.dev/use-cases/event-processing#stateful-event-processing-with-restate) (combining Knative Eventing too!) just to name few ideas. -Check out the Restate examples to get a grasp of what's possible to build: https://github.com/restatedev/examples \ No newline at end of file +Check out the Restate examples to get a grasp of what's possible to build: https://github.com/restatedev/examples