From 1e50971639d848a8eda70ba8bb0ffc28f350dc4d Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Fri, 12 Apr 2024 10:04:18 +0800 Subject: [PATCH] fix: shortcodes article example --- exampleSite/content/docs/shortcodes/index.it.md | 4 ++-- exampleSite/content/docs/shortcodes/index.ja.md | 4 ++-- exampleSite/content/docs/shortcodes/index.zh-cn.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/content/docs/shortcodes/index.it.md b/exampleSite/content/docs/shortcodes/index.it.md index 8c29faa3..701f18e3 100644 --- a/exampleSite/content/docs/shortcodes/index.it.md +++ b/exampleSite/content/docs/shortcodes/index.it.md @@ -77,10 +77,10 @@ This is an error! **Example:** ```md -{{}} +{{}} ``` -{{< article link="/docs/welcome/" >}} +{{< article link="/it/docs/welcome/" >}}


diff --git a/exampleSite/content/docs/shortcodes/index.ja.md b/exampleSite/content/docs/shortcodes/index.ja.md index 8c29faa3..a4153bf0 100644 --- a/exampleSite/content/docs/shortcodes/index.ja.md +++ b/exampleSite/content/docs/shortcodes/index.ja.md @@ -77,10 +77,10 @@ This is an error! **Example:** ```md -{{}} +{{}} ``` -{{< article link="/docs/welcome/" >}} +{{< article link="/ja/docs/welcome/" >}}


diff --git a/exampleSite/content/docs/shortcodes/index.zh-cn.md b/exampleSite/content/docs/shortcodes/index.zh-cn.md index f9a8e58c..effc7258 100644 --- a/exampleSite/content/docs/shortcodes/index.zh-cn.md +++ b/exampleSite/content/docs/shortcodes/index.zh-cn.md @@ -77,10 +77,10 @@ This is an error! **例如:** ```md -{{}} +{{}} ``` -{{< article link="/docs/welcome/" >}} +{{< article link="/zh-cn/docs/welcome/" >}}