From 29167a7b06877ac3313b422535c85d118722bcd2 Mon Sep 17 00:00:00 2001 From: Elian ☕️ Date: Wed, 24 May 2023 10:55:29 +0200 Subject: fix: change link for guides/i18n (#82) --- docs/src/content/docs/reference/markdown-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/reference/markdown-syntax.md b/docs/src/content/docs/reference/markdown-syntax.md index 334e0f89..a9215cd8 100644 --- a/docs/src/content/docs/reference/markdown-syntax.md +++ b/docs/src/content/docs/reference/markdown-syntax.md @@ -108,7 +108,7 @@ Your users may be more productive and find your product easier to use thanks to - Clear navigation - User-configurable colour theme -- [i18n support](./guides/i18n) +- [i18n support](/guides/i18n) ::: @@ -122,7 +122,7 @@ Your users may be more productive and find your product easier to use thanks to - Clear navigation - User-configurable colour theme -- [i18n support](./guides/i18n) +- [i18n support](/guides/i18n) ::: ``` -- cgit