From f2976e81efe6112e2c0d75a443ad0098c06939ad Mon Sep 17 00:00:00 2001 From: wunianze666-netizen Date: Wed, 1 Jul 2026 04:27:18 +0800 Subject: [PATCH] docs: fix git-lfs link formatting in dev environment guide --- docs/src/content/docs/development/Setup/dev-environment.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/development/Setup/dev-environment.mdx b/docs/src/content/docs/development/Setup/dev-environment.mdx index a92223e3ebb..dac261e003d 100644 --- a/docs/src/content/docs/development/Setup/dev-environment.mdx +++ b/docs/src/content/docs/development/Setup/dev-environment.mdx @@ -1,6 +1,6 @@ --- title: Development Environment -lastUpdated: 2026-02-19 +lastUpdated: 2026-07-01 --- import { LinkCard, Steps, Tabs, TabItem, FileTree, LinkButton } from '@astrojs/starlight/components' @@ -34,7 +34,7 @@ import SystemRequirementsLink from '@components/SystemRequirmentsLink.astro' Next, clone your fork to your local machine. You can use either HTTPS or SSH, depending on your git configuration. 3. This repository uses Git LFS to manage large files. To ensure all assets are downloaded: - - Install git-lfs → [Download here](https://git-lfs.com/) + - Install git-lfs -> [Download here](https://git-lfs.com/) - Enable automatic LFS fetching for this repository: ```shell git config lfs.fetchinclude "*"