Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/getting_started/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is the most basic example to get started with Dispatch Functions.

Follow along with the tutorial at:
https://docs.dispatch.run/dispatch/stateful-functions/getting-started/
https://docs.dispatch.run/dispatch/getting-started

The program starts a FastAPI server and initializes the Dispatch SDK that
registers one function. This function makes a dummy but durable HTTP request.
Expand All @@ -15,7 +15,7 @@
## Get a Dispatch API key

Sign up for Dispatch and generate a new API key:
https://docs.dispatch.run/stateful-functions/getting-started#creating-an-api-key
https://docs.dispatch.run/dispatch/getting-started/production-deployment#creating-a-verification-key

## Create a local tunnel

Expand Down