From 375d26ed505ff2760c7690d25be1afbd7297a5bd Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 24 Oct 2017 23:19:45 -0400 Subject: [PATCH] Update link to CONTRIBUTING --- src/docs/asciidoc/overview.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/docs/asciidoc/overview.adoc b/src/docs/asciidoc/overview.adoc index 002b890610..057d5ce188 100644 --- a/src/docs/asciidoc/overview.adoc +++ b/src/docs/asciidoc/overview.adoc @@ -133,12 +133,9 @@ https://github.com/spring-projects/spring-framework[Github]. However, please kee that, for all but the most trivial issues, we expect a ticket to be filed in the issue tracker, where discussions take place and leave a record for future reference. -When contributing, please check out our -https://github.com/spring-projects/spring-framework/wiki[Wiki on Github]. While this -reference is versioned and distributed with the Spring Framework, the wiki contains -information that is not specific to any one version. For example, it has migration -notes from earlier versions, comprehensive information on what's new across multiple -versions, contributor guidelines, the Spring Framework code style, and other information. +For more details see the guidelines at the +https://github.com/spring-projects/spring-framework/blob/master/CONTRIBUTING.adoc[CONTRIBUTING], +top-level project page.