From 04bd10719d397a525e0084936486ca12f2720473 Mon Sep 17 00:00:00 2001 From: wuwen Date: Wed, 22 Apr 2026 14:59:17 +0800 Subject: [PATCH] Fix links in SKILL.md for project template instructions --- skills/create-spring-boot-java-project/SKILL.md | 4 ++-- skills/create-spring-boot-kotlin-project/SKILL.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skills/create-spring-boot-java-project/SKILL.md b/skills/create-spring-boot-java-project/SKILL.md index 890666dac..dbe9e3d76 100644 --- a/skills/create-spring-boot-java-project/SKILL.md +++ b/skills/create-spring-boot-java-project/SKILL.md @@ -11,9 +11,9 @@ description: 'Create Spring Boot Java Project Skeleton' - Docker - Docker Compose -- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](./create-spring-boot-java-project.prompt.md#download-spring-boot-project-template) +- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](#download-spring-boot-project-template) -- If you need to update the Spring Boot version, please change the `bootVersion` in [download-spring-boot-project-template](./create-spring-boot-java-project.prompt.md#download-spring-boot-project-template) +- If you need to update the Spring Boot version, please change the `bootVersion` in [download-spring-boot-project-template](#download-spring-boot-project-template) ## Check Java version diff --git a/skills/create-spring-boot-kotlin-project/SKILL.md b/skills/create-spring-boot-kotlin-project/SKILL.md index 02bbd1891..d656a4fce 100644 --- a/skills/create-spring-boot-kotlin-project/SKILL.md +++ b/skills/create-spring-boot-kotlin-project/SKILL.md @@ -11,9 +11,9 @@ description: 'Create Spring Boot Kotlin Project Skeleton' - Docker - Docker Compose -- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](./create-spring-boot-kotlin-project.prompt.md#download-spring-boot-project-template) +- If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](#download-spring-boot-project-template) -- If you need to update the Spring Boot version, please change the `bootVersion` in [download-spring-boot-project-template](./create-spring-boot-kotlin-project.prompt.md#download-spring-boot-project-template) +- If you need to update the Spring Boot version, please change the `bootVersion` in [download-spring-boot-project-template](#download-spring-boot-project-template) ## Check Java version