From 3128db302019dc2f8762a2e359e339ed6c3b4901 Mon Sep 17 00:00:00 2001 From: Jacob Lamont Date: Thu, 8 Aug 2024 20:18:54 -0400 Subject: [PATCH] fix: broken link in 'Build a Global Svelte App' guide --- .../build-a-global-svelte-app/build-a-global-svelte-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inlang/guides/build-a-global-svelte-app/build-a-global-svelte-app.md b/inlang/guides/build-a-global-svelte-app/build-a-global-svelte-app.md index 579c99fbb3..10407ea4e5 100644 --- a/inlang/guides/build-a-global-svelte-app/build-a-global-svelte-app.md +++ b/inlang/guides/build-a-global-svelte-app/build-a-global-svelte-app.md @@ -123,6 +123,6 @@ Paraglide-SvelteKit provides convenient functions for this. `i18n.route(translat Paraglide-SvelteKit has a few more features that you might want to check out, such as localized paths. Read more about it in the [Paraglide-SvelteKit Documentation](https://inlang.com/m/dxnzrydw/paraglide-sveltekit-i18n). -Checkout the example GitHub](https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-sveltekit/example) or on [StackBlitz](https://stackblitz.com/~/github.com/lorissigrist/paraglide-sveltekit-example) +[Checkout the example GitHub](https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-sveltekit/example) or on [StackBlitz](https://stackblitz.com/~/github.com/lorissigrist/paraglide-sveltekit-example) -If you have any questions, feel free to ask them in our [Discord](https://discord.gg/CNPfhWpcAa) or open a discussion on [GitHub](https://github.com/opral/monorepo/discussions). \ No newline at end of file +If you have any questions, feel free to ask them in our [Discord](https://discord.gg/CNPfhWpcAa) or open a discussion on [GitHub](https://github.com/opral/monorepo/discussions).