From ab2ef656983c85a0f3c8996c880d4d187c498c41 Mon Sep 17 00:00:00 2001 From: mthomas Date: Fri, 14 Feb 2020 10:10:53 -0600 Subject: [PATCH] Change title of article in README to reflect new article title --- spring-threads/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-threads/README.md b/spring-threads/README.md index 72543ae4ff..8c496f17be 100644 --- a/spring-threads/README.md +++ b/spring-threads/README.md @@ -3,5 +3,5 @@ This module contains articles about threading using thread pools, specifically Spring's ThreadPoolTaskExecutor ### Relevant Articles: -- [ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize – What’s the Difference?](https://baeldung.com/threadpool-task-executor-corepoolsize-maxpoolsize) +- [ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize](https://baeldung.com/threadpool-task-executor-corepoolsize-maxpoolsize)