From f549d583cb6647214334e9b29b7c383167537dab Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 27 Oct 2017 16:02:54 -0400 Subject: [PATCH] Update links --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca4a2f875f..8616d6118d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,10 +99,10 @@ source code into your IDE. ### Source Code Style -The wiki page -[Spring Framework Code Style](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style) -defines the source file coding standards we use while the [IDEA formatting](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-IDEA-Code-Formatting) -page describes the changes we make to the default code formatting settings in IntelliJ IDEA. +The wiki pages +[Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style) and +[IntelliJ IDEA Editor Settings](https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings) +defines the source file coding standards we use along with some IDEA editor settings we customize. ### Reference Docs