Skip to content

Commit 05dbc15

Browse files
committed
Merge pull request #8226 from kamwo:master
* pr/8226: Fix link in doc to Spring Test
2 parents 3a15287 + f46e3dc commit 05dbc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4979,7 +4979,7 @@ If you use the
49794979
the following provided libraries:
49804980

49814981
* http://junit.org[JUnit] -- The de-facto standard for unit testing Java applications.
4982-
* {spring-reference}/#integration-testing.html[Spring Test] & Spring Boot Test --
4982+
* {spring-reference}/#integration-testing[Spring Test] & Spring Boot Test --
49834983
Utilities and integration test support for Spring Boot applications.
49844984
* http://joel-costigliola.github.io/assertj/[AssertJ] -- A fluent assertion library.
49854985
* http://hamcrest.org/JavaHamcrest/[Hamcrest] -- A library of matcher objects (also known

0 commit comments

Comments
 (0)