From dc23c821c4cf253bfc1e1878d094a55be41a6fbd Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 24 Oct 2017 16:21:59 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index e617356..0cc5dd2 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,8 @@ -This Wiki complements the [Spring Framework reference](https://docs.spring.io/spring/docs/current/spring-framework-reference/). We use it to explain concepts (vs provide a reference), to maintain documents we want to edit independent of release cadence, or to summarize information across multiple versions. +This Wiki complements the [Spring Framework reference](https://docs.spring.io/spring/docs/current/spring-framework-reference/) and is used to explain concepts (vs provide a reference), to maintain documents we want to edit independent of release cadence, or to summarize information across multiple versions. -If you're new to Spring, see the [Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction) section of the reference for a quick introduction to the Spring Framework, its origins, history, design philosophy, and family of [Spring projects](https://spring.io/projects). Use the menu on the left to navigate Wiki content. +If you're new to Spring, read the [Spring Framework Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction) in the reference for a quick introduction to origins, design philosophy, and the family of Spring projects. Use the menu on the left to navigate the Wiki content. + +If you'd like to contribute please review the guidelines described in the project-level [CONTRIBUTING](https://github.com/SpringSource/spring-framework/blob/master/CONTRIBUTING.md) document. 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 a [guide or tutorial](https://spring.io/guides).