Skip to content

Commit 587d280

Browse files
authored
docs: fix broken Spring Boot dependency link
1 parent 9002453 commit 587d280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
2. Make a release branch by `git switch -c release/va.b.c`.
55
3. Make a prepare commit.
66
- Remove `-SNAPSHOT` postfix of `gradle.properties`.
7-
- Update compatibility, example, user guide, ... of `README.md`. Boot starter compatibility can be checked in [here](https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle).
7+
- Update compatibility, example, user guide, ... of `README.md`. Boot starter compatibility can be checked in [here](https://github.com/spring-projects/spring-boot/blob/main/platform/spring-boot-dependencies/build.gradle).
88
- Update [CHANGELOG](./CHANGELOG.md).
99
- Commit message: `Prepare for va.b.c`.
1010
4. Install to local by `./gradlew clean build install --no-build-cache`. Test it with example projects.

0 commit comments

Comments
 (0)