From 8af78817c4942c0879966af20952494da8983e8d Mon Sep 17 00:00:00 2001 From: Kim Lan Phan Hoang Date: Thu, 22 Feb 2024 17:22:44 +0100 Subject: [PATCH] docs: fix typo in getting-started.md (#37) --- docs/developer/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/getting-started.md b/docs/developer/getting-started.md index 61e56b4d..0fa1b167 100644 --- a/docs/developer/getting-started.md +++ b/docs/developer/getting-started.md @@ -73,7 +73,7 @@ Repeat the process until you have generated all necessary keys. You can search f We should be all set. Run `yarn watch` to start the backend server. -If everything went well, opening `https://localhost:3000/status` in your browser should greet you with "OK". +If everything went well, opening `http://localhost:3000/status` in your browser should greet you with "OK". If you are facing an error, check [the Troubleshooting page](/developer/trouble-shooting) to see if your issue is mentioned there.