From 69b4f33cfa0e483390e821805f36da88fbd28fa9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 29 Apr 2020 16:25:02 +0200 Subject: [PATCH] Move spring-framework.png to src/docs folder Since the spring-framework.png file is not used in the generated reference manual, this commit moves the spring-framework.png file from the src/docs/asciidoc/images folder up to the src/docs folder. --- README.md | 2 +- src/docs/{asciidoc/images => }/spring-framework.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename src/docs/{asciidoc/images => }/spring-framework.png (100%) diff --git a/README.md b/README.md index 93b3c48666..88f119a7e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-5.3.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-5.3.x?groups=Build") +# Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-5.3.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-5.3.x?groups=Build") This is the home of the Spring Framework: the foundation for all [Spring projects](https://spring.io/projects). Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring". diff --git a/src/docs/asciidoc/images/spring-framework.png b/src/docs/spring-framework.png similarity index 100% rename from src/docs/asciidoc/images/spring-framework.png rename to src/docs/spring-framework.png