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 b4407e3063..db7635f2e2 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