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/" */>}}
```
-{{< 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/" */>}}
```
-{{< 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/" */>}}
```
-{{< article link="/docs/welcome/" >}}
+{{< article link="/zh-cn/docs/welcome/" >}}