diff --git a/spring-core-2/README.md b/spring-core-2/README.md index 2f2ca7b351..936c93b460 100644 --- a/spring-core-2/README.md +++ b/spring-core-2/README.md @@ -8,3 +8,4 @@ This module contains articles about core Spring functionality - [Exploring the Spring BeanFactory API](http://www.baeldung.com/spring-beanfactory) - [How to use the Spring FactoryBean?](http://www.baeldung.com/spring-factorybean) - [Spring – Injecting Collections](http://www.baeldung.com/spring-injecting-collections) +- More articles: [[<-- prev]](/spring-core) diff --git a/spring-core/README.md b/spring-core/README.md index c3c770a856..f90e84121d 100644 --- a/spring-core/README.md +++ b/spring-core/README.md @@ -13,5 +13,5 @@ This module contains articles about core Spring functionality - [Spring Application Context Events](https://www.baeldung.com/spring-context-events) - [What is a Spring Bean?](https://www.baeldung.com/spring-bean) - [Spring PostConstruct and PreDestroy Annotations](https://www.baeldung.com/spring-postconstruct-predestroy) -- [more...](/spring-core-2) +- More articles: [[next -->]](/spring-core-2)