diff --git a/blog/docs/articles/Building-Stateful-applications-with-Knative-and-Restate.md b/blog/docs/articles/Building-Stateful-applications-with-Knative-and-Restate.md index acb5650f69..2b68d06d78 100644 --- a/blog/docs/articles/Building-Stateful-applications-with-Knative-and-Restate.md +++ b/blog/docs/articles/Building-Stateful-applications-with-Knative-and-Restate.md @@ -223,7 +223,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](TODO) 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/tutorials/knative-go/README.md) for more details and how to run this locally with `kind`. ### We got your back