From f1c1f1cb1da92742f440c8d30ba31fae3368b499 Mon Sep 17 00:00:00 2001 From: Chris Kaufmann <68157310+windsaenger@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:36:41 +0200 Subject: [PATCH] Dead Link corrected: missing "/" --- content/docs/deploy-static-sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deploy-static-sites.md b/content/docs/deploy-static-sites.md index 705f0f49..13d2876a 100644 --- a/content/docs/deploy-static-sites.md +++ b/content/docs/deploy-static-sites.md @@ -32,7 +32,7 @@ Angular, React, Vue, Ionic, Svelte and Ember ## Setup -Simply connect your repository and follow a guided setup of build dependencies and steps. After the setup, your project gets deployed instantly and will build and deploy on every following `git push`. You might want to [create a new project on the command line](docs/from-cmd-line), [deploy an existing repository](/docs/from-repo/) or [deploy one of our samples](/docs/framework-samples) for a quickstart. +Simply connect your repository and follow a guided setup of build dependencies and steps. After the setup, your project gets deployed instantly and will build and deploy on every following `git push`. You might want to [create a new project on the command line](/docs/from-cmd-line/), [deploy an existing repository](/docs/from-repo/) or [deploy one of our samples](/docs/framework-samples) for a quickstart. ## Settings