Skip to content

Commit 9ef8335

Browse files
torakikiwilkinsona
authored andcommitted
Fix broken link to the MVC section of the Spring reference docs
Closes gh-1998
1 parent feddb2e commit 9ef8335

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,9 @@ that any HTTP request with the path "`/`" should be mapped to the `home` method.
566566
`@RestController` annotation tells Spring to render the resulting string directly
567567
back to the caller.
568568

569-
TIP: The `@RestController` and `@RequestMapping` annotations are Spring MVC
570-
annotations (they are not specific to Spring Boot). See the
571-
<{spring-reference}/#mvc>[MVC section] in the Spring
572-
Reference Documentation for more details.
569+
TIP: The `@RestController` and `@RequestMapping` annotations are Spring MVC annotations
570+
(they are not specific to Spring Boot). See the {spring-reference}#mvc[MVC section] in
571+
the Spring Reference Documentation for more details.
573572

574573

575574

0 commit comments

Comments
 (0)