diff --git a/apps/docs/src/guide/quickstart/index.md b/apps/docs/src/guide/quickstart/index.md index e8b69c75b7a..7afcb2f3529 100644 --- a/apps/docs/src/guide/quickstart/index.md +++ b/apps/docs/src/guide/quickstart/index.md @@ -82,6 +82,6 @@ yarn dev ::: -Your app should now be running on `localhost:3000`. +Your app should now be running on [`http://localhost:3000`](http://localhost:3000). Any changes you make to your Sway smart contracts will be hot-reloaded and reflected in the frontend. All of this is enabled thanks to the new [fuels CLI](../cli/index.md). The fuels CLI has several more powerful customization options that will let you tweak your local dev experience to your liking.