From ce6d68f3d49dd97ad1743f67ff54552103672c2f Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 25 Oct 2017 11:24:20 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d134912..595806b 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,6 @@ This Wiki complements the [Spring Framework reference](https://docs.spring.io/sp If you're new to Spring, read the [Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction) section in the reference documentation for a quick introduction to the Spring Framework and the family of related Spring projects. -If you have feedback, a question, or a contribution you'd like to make, please review the [CONTRIBUTING](https://github.com/SpringSource/spring-framework/blob/master/CONTRIBUTING.md) guidelines including how to build from source and code style. +If you have feedback, a question, or a contribution you'd like to make, please review the [CONTRIBUTING](https://github.com/SpringSource/spring-framework/blob/master/CONTRIBUTING.md) guidelines including instructions on how to build from source and details about the code style we use. For an opinionated jump-start, check out the [Spring Boot](https://projects.spring.io/spring-boot/) project, use [Spring Initializer](https://start.spring.io/) to create an application, or follow one of the available [guides and tutorials](https://spring.io/guides).