From fa356ec3ba7b44a5a401475d96a053cb97808207 Mon Sep 17 00:00:00 2001 From: marioklassen Date: Fri, 20 Dec 2024 11:06:32 +0100 Subject: [PATCH] docs: fix broken link (#295) --- .../0.getting-started/5.getting-familar-with-nuxt-og-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/0.getting-started/5.getting-familar-with-nuxt-og-image.md b/docs/content/0.getting-started/5.getting-familar-with-nuxt-og-image.md index 36834ce1..890cd1b8 100644 --- a/docs/content/0.getting-started/5.getting-familar-with-nuxt-og-image.md +++ b/docs/content/0.getting-started/5.getting-familar-with-nuxt-og-image.md @@ -93,7 +93,7 @@ they will always be limited in what you can do with them. For this reason it's recommended to copy+paste the template you want to use into your project and customize it from there. -You can find the template source code within the `Community` tab of Nuxt DevTools or on [GitHub](https://github.com/nuxt-modules/og-image/tree/main/src/runtime/nuxt/components/Templates/Community). +You can find the template source code within the `Community` tab of Nuxt DevTools or on [GitHub](https://github.com/nuxt-modules/og-image/tree/main/src/runtime/app/components/Templates/Community). ### 1. Create your template component