From d9ede5bcca6ec80a0558e408252fbb5b3e281aa7 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 27 Oct 2017 16:42:29 -0400 Subject: [PATCH] Remove link to build and release FAQ The "Build from Source" wiki page now consolidates build-related information and is independent from "Release" information. The former is broadly of interest to any contributor. The later is of interest to committers. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d0931816e..0b6ca50152 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ There are also [guides and tutorials](https://spring.io/guides) across Spring pr ## Build from Source See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source) -wiki page, also [CONTRIBUTING](CONTRIBUTING.md), and the -[Gradle build and release FAQ](https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ). +wiki page and also [CONTRIBUTING.md](CONTRIBUTING.md). ## Stay in Touch