From be7a266e4ae9ad07148bfc7e63946672886e742a Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:09:12 -0700 Subject: [PATCH] docs: fix broken link (#8746) --- sites/svelte.dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/svelte.dev/README.md b/sites/svelte.dev/README.md index 40a53b29c9..c8659a2143 100644 --- a/sites/svelte.dev/README.md +++ b/sites/svelte.dev/README.md @@ -4,7 +4,7 @@ A local database is only required in dev mode if you want to test reading and wr Note also that in dev mode, the REPL will currently only work in Chrome, [as noted in the Vite documentation](https://vitejs.dev/guide/features.html#web-workers), pending support in Firefox for `import` statements in web workers. -If you do want to use a database, set it up on [Supabase](https://supabase.com) with the instructions [here](../../db) and set the corresponding environment variables. +If you do want to use a database, set it up on [Supabase](https://supabase.com) with the instructions [here](https://github.com/sveltejs/sites/tree/master/db) and set the corresponding environment variables. Run the site sub-project: