From 37107c495f618464a8b7452f678024bc9fb8842c Mon Sep 17 00:00:00 2001 From: Ankur Jain <42439998+Ankurjainaj@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:04:24 +0530 Subject: [PATCH] fix(typo): link updated in 100-servlet.md (#4151) [FIXED] Last link typos in the Servlet section of the Spring boot developer roadmap titled "What is Dispatcher Servlet in Spring?" 100-servlet.md --- .../roadmaps/spring-boot/content/109-spring-mvc/100-servlet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/spring-boot/content/109-spring-mvc/100-servlet.md b/src/data/roadmaps/spring-boot/content/109-spring-mvc/100-servlet.md index 2d0354a00..fa4ab2008 100644 --- a/src/data/roadmaps/spring-boot/content/109-spring-mvc/100-servlet.md +++ b/src/data/roadmaps/spring-boot/content/109-spring-mvc/100-servlet.md @@ -6,4 +6,4 @@ For more information, visit the following links: - [DispatcherServlet and web.xml in Spring Boot](https://www.baeldung.com/spring-boot-dispatcherservlet-web-xml) - [The DispatcherServlet](https://docs.spring.io/spring-framework/docs/3.0.0.M4/spring-framework-reference/html/ch15s02.html) -- [What is Dispatcher Servlet in Spring?](https://www.geeksforgeeks.org/what-is-dispatcher-servlet-in-sprin) +- [What is Dispatcher Servlet in Spring?](https://www.geeksforgeeks.org/what-is-dispatcher-servlet-in-spring)