Skip to content

Commit f46e3dc

Browse files
kamwosnicoll
authored andcommitted
Fix link in doc to Spring Test
Closes gh-8226
1 parent 3a15287 commit f46e3dc

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)