From 5672471696c6380981604fbd1dd8ae82288ccaaf Mon Sep 17 00:00:00 2001 From: Sergey Rubanov Date: Mon, 6 May 2024 20:06:07 +0200 Subject: [PATCH] Update links in the example function --- examples/getting_started/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/getting_started/app.py b/examples/getting_started/app.py index 2e90fae4..998e0b21 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