diff options
author | Elian ☕️ | 2023-05-24 10:55:29 +0200 |
---|---|---|
committer | GitHub | 2023-05-24 10:55:29 +0200 |
commit | 29167a7b06877ac3313b422535c85d118722bcd2 (patch) | |
tree | 377f792848e42b69a9e16c4c62cb241e96de5a53 | |
parent | 1ee6a2ae21c240cce64e65b4756a3669599fd353 (diff) | |
download | IT.starlight-29167a7b06877ac3313b422535c85d118722bcd2.tar.gz IT.starlight-29167a7b06877ac3313b422535c85d118722bcd2.tar.bz2 IT.starlight-29167a7b06877ac3313b422535c85d118722bcd2.zip |
fix: change link for guides/i18n (#82)
-rw-r--r-- | docs/src/content/docs/reference/markdown-syntax.md | 4 |
1 files 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) ::: ``` |