We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aba20bc + 5672471 commit 0a48249Copy full SHA for 0a48249
examples/getting_started/app.py
@@ -3,7 +3,7 @@
3
This is the most basic example to get started with Dispatch Functions.
4
5
Follow along with the tutorial at:
6
-https://docs.dispatch.run/dispatch/stateful-functions/getting-started/
+https://docs.dispatch.run/dispatch/getting-started
7
8
The program starts a FastAPI server and initializes the Dispatch SDK that
9
registers one function. This function makes a dummy but durable HTTP request.
@@ -15,7 +15,7 @@
15
## Get a Dispatch API key
16
17
Sign up for Dispatch and generate a new API key:
18
-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
19
20
## Create a local tunnel
21
0 commit comments