Fix links in SKILL.md for project template instructions (#1470)

This commit is contained in:
wuwen
2026-04-28 11:57:46 +08:00
committed by GitHub
parent fff751c9d9
commit 5037cca922
2 changed files with 4 additions and 4 deletions

View File

@@ -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