From bf4c97cb1cc15b572909d892dc191f6f493ee329 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 24 Oct 2017 23:48:12 -0400 Subject: [PATCH] Polish README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2829487331d..f626d3f5283 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ Please read the -https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction[Overview] +[Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction) in the reference documentation for a quick introduction. This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). By participating you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. -For Maven repository information see [downloading Spring artifacts][]. Unable to -use Maven or other transitive dependency management tools? -See [building a distribution with dependencies][]. +For Maven repository information see [downloading Spring artifacts][], or if unable to +use Maven or other transitive dependency management tools, see +[building a distribution with dependencies][]. -For documentation see the current [reference docs][], [Javadoc][], Github Wiki pages. +Documentation is available in the form of [reference docs][], [Javadoc][], and Github Wiki pages. For contributing see the [contributor guidelines][] for details.