From 60838dcd0394b40cd874bec3075cb7daa703eef0 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 19 Jun 2018 12:19:23 +0800 Subject: [PATCH] Fix broken link to CONTRIBUTING.md Closes gh-1860 --- src/docs/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/overview.adoc b/src/docs/asciidoc/overview.adoc index 37c86ea8864..11b4f2ae442 100644 --- a/src/docs/asciidoc/overview.adoc +++ b/src/docs/asciidoc/overview.adoc @@ -133,7 +133,7 @@ that, for all but the most trivial issues, we expect a ticket to be filed in the tracker, where discussions take place and leave a record for future reference. For more details see the guidelines at the -https://github.com/spring-projects/spring-framework/blob/master/CONTRIBUTING.adoc[CONTRIBUTING], +https://github.com/spring-projects/spring-framework/blob/master/CONTRIBUTING.md[CONTRIBUTING], top-level project page.