diff --git a/examples/getting_started/app.py b/examples/getting_started/app.py index 2e90fae..998e0b2 100644 --- a/examples/getting_started/app.py +++ b/examples/getting_started/app.py @@ -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. @@ -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