From d7a514b85cf1931ff6c29c7310046bc981299821 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 24 Oct 2017 23:12:17 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 0cc5dd2..c28ed19 100644 --- a/Home.md +++ b/Home.md @@ -1,10 +1,10 @@ -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. +This Wiki complements the [Spring Framework reference](https://docs.spring.io/spring/docs/current/spring-framework-reference/). We use it to explain concepts (vs providing 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, 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're new, please read the [Spring Framework Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction). -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. +If you'd like to contribute, review the guidelines in the project-level [CONTRIBUTING.adoc](https://github.com/SpringSource/spring-framework/blob/master/CONTRIBUTING.adoc). -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). +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).