Browse Source
Update documentation to use more formal language rather than "check out". See gh-28503pull/28583/head
9 changed files with 11 additions and 13 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
[[features.whats-next]] |
||||
== What to Read Next |
||||
If you want to learn more about any of the classes discussed in this section, you can check out the {spring-boot-api}/[Spring Boot API documentation] or you can browse the {spring-boot-code}[source code directly]. |
||||
If you have specific questions, take a look at the <<howto#howto, how-to>> section. |
||||
If you want to learn more about any of the classes discussed in this section, see the {spring-boot-api}/[Spring Boot API documentation] or you can browse the {spring-boot-code}[source code directly]. |
||||
If you have specific questions, see the <<howto#howto, how-to>> section. |
||||
|
||||
If you are comfortable with Spring Boot's core features, you can continue on and read about <<actuator#actuator, production-ready features>>. |
||||
|
||||
Loading…
Reference in new issue