From 070ddd81369721873bcacb440a1afd2de40812b2 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 22 Nov 2024 06:27:21 -0800 Subject: [PATCH] Update quickstart.md fix link that's to localhost --- website/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/quickstart.md b/website/docs/quickstart.md index bca6121d5b..a249c75e6e 100644 --- a/website/docs/quickstart.md +++ b/website/docs/quickstart.md @@ -16,7 +16,7 @@ outline: 2 Let's get you up-and-running with Electric and real-time sync of your Postgres data. -First we'll setup Electric and show you how to use the low-level [HTTP API](/docs/api/http) directly. Then we'll create a simple React app using our higher-level [React hooks](http://localhost:5173/docs/integrations/react#useshape). +First we'll setup Electric and show you how to use the low-level [HTTP API](/docs/api/http) directly. Then we'll create a simple React app using our higher-level [React hooks](/docs/integrations/react#useshape). ## Setup