From 86b795e2322bbae434542668d86ce11db3c45118 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Sat, 25 Dec 2021 00:45:55 +0700 Subject: [PATCH] link to svelte and typescript --- site/content/blog/2017-08-07-the-easiest-way-to-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md index 497433a8e7..72d9d8895b 100644 --- a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md +++ b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md @@ -52,7 +52,7 @@ npm run dev This will create a new project in the `my-svelte-project` directory, install its dependencies, and start a server on http://localhost:5000. -You can find more information about using TypeScript [here](blog/svelte-and-typescript). +You can find more information about using TypeScript [here](/blog/svelte-and-typescript). Once you've tinkered a bit and understood how everything fits together, you can fork [sveltejs/template](https://github.com/sveltejs/template) and start doing this instead: