Skip to content

Commit 0a48249

Browse files
authored
Merge pull request #161 from dispatchrun/fix-docs-links
Update links in the example function
2 parents aba20bc + 5672471 commit 0a48249

File tree

1 file changed

+2
-2
lines changed
  • examples/getting_started

1 file changed

+2
-2
lines changed

examples/getting_started/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is the most basic example to get started with Dispatch Functions.
44
55
Follow along with the tutorial at:
6-
https://docs.dispatch.run/dispatch/stateful-functions/getting-started/
6+
https://docs.dispatch.run/dispatch/getting-started
77
88
The program starts a FastAPI server and initializes the Dispatch SDK that
99
registers one function. This function makes a dummy but durable HTTP request.
@@ -15,7 +15,7 @@
1515
## Get a Dispatch API key
1616
1717
Sign up for Dispatch and generate a new API key:
18-
https://docs.dispatch.run/stateful-functions/getting-started#creating-an-api-key
18+
https://docs.dispatch.run/dispatch/getting-started/production-deployment#creating-a-verification-key
1919
2020
## Create a local tunnel
2121

0 commit comments

Comments
 (0)