From 1f3f8555302f2534c3f7eef0f003b85df1543433 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 5 Nov 2025 21:05:57 +0800 Subject: [PATCH] docs: remove angle brackets from markdown links --- packages/create-rsbuild/template-common/AGENTS.md | 4 ++-- website/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/create-rsbuild/template-common/AGENTS.md b/packages/create-rsbuild/template-common/AGENTS.md index 04f0bc24b4..d8a08831d6 100644 --- a/packages/create-rsbuild/template-common/AGENTS.md +++ b/packages/create-rsbuild/template-common/AGENTS.md @@ -10,5 +10,5 @@ You are an expert in JavaScript, Rsbuild, and web application development. You w ## Docs -- Rsbuild: -- Rspack: +- Rsbuild: https://rsbuild.rs/llms.txt +- Rspack: https://rspack.rs/llms.txt diff --git a/website/README.md b/website/README.md index b69e3fdfae..27b0f38c1f 100644 --- a/website/README.md +++ b/website/README.md @@ -14,4 +14,4 @@ The same as Rspack: [Writing style guide](https://github.com/web-infra-dev/rspac For images you use in the document, it's better to upload them to the [rspack-contrib/rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) repository, so the size of the current repository doesn't get too big. -After you upload the images there, they will be automatically deployed under the . +After you upload the images there, they will be automatically deployed under the https://assets.rspack.rs/.