Skip to content

Commit fde8bcc

Browse files
authored
Fix link to full example in Knative article
Updated the link to the full example for running locally.
1 parent 6c9f7c1 commit fde8bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/articles/Building-Stateful-applications-with-Knative-and-Restate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ And this is it! You're now ready to send requests:
227227
$ curl http://localhost:8080/Signup/Signup --json '{"username": "slinkydeveloper", "name": "Francesco", "surname": "Guardiani", "password": "Pizza-without-pineapple"}'
228228
```
229229

230-
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`.
230+
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`.
231231

232232
### We got your back
233233

@@ -250,4 +250,4 @@ In this post we've looked at how to build a stateful entity and a simple orchest
250250
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.
251251

252252
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.
253-
Check out the Restate examples to get a grasp of what's possible to build: https://github.com/restatedev/examples
253+
Check out the Restate examples to get a grasp of what's possible to build: https://github.com/restatedev/examples

0 commit comments

Comments
 (0)