diff options
author | liruifengv | 2025-01-08 16:56:53 +0800 |
---|---|---|
committer | GitHub | 2025-01-08 09:56:53 +0100 |
commit | 21b3604c899b49317836c210caf95630b88ba340 (patch) | |
tree | b8d03a1148ff88a7892ca892178a1b627f0ac138 | |
parent | d0d490a05da67fc60cd544e7698cf98733e874e1 (diff) | |
download | IT.starlight-21b3604c899b49317836c210caf95630b88ba340.tar.gz IT.starlight-21b3604c899b49317836c210caf95630b88ba340.tar.bz2 IT.starlight-21b3604c899b49317836c210caf95630b88ba340.zip |
i18n(zh-cn): Update authoring-content.mdx (#2771)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/zh-cn/guides/authoring-content.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/zh-cn/guides/authoring-content.mdx b/docs/src/content/docs/zh-cn/guides/authoring-content.mdx index c6375a86..fd3dbe67 100644 --- a/docs/src/content/docs/zh-cn/guides/authoring-content.mdx +++ b/docs/src/content/docs/zh-cn/guides/authoring-content.mdx @@ -45,7 +45,7 @@ title: 我的页面标题 ## 图片 -Starlight 中的图片使用 [Astro 的内置优化资源支持](https://docs.astro.build/zh-cn/guides/assets/)。 +Starlight 中的图片使用 [Astro 的内置优化资源支持](https://docs.astro.build/zh-cn/guides/images/)。 Markdown 和 MDX 支持用于显示图片的 Markdown 语法,其中包括屏幕阅读器和辅助技术的 alt-text。 |