Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed ReadMe link
  • Loading branch information
dkapil authored Nov 28, 2020
1 parent 050e952 commit 4e78fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-mvc-basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring

### Relevant Articles:
- [Spring MVC Tutorial](https://www.baeldung.com/spring-mvc-tutorial)
- [An Intro to the Spring DispatcherServlet] (https://www.baeldung.com/spring-dispatcherservlet)
- [An Intro to the Spring DispatcherServlet](https://www.baeldung.com/spring-dispatcherservlet)
- [The Spring @Controller and @RestController Annotations](https://www.baeldung.com/spring-controller-vs-restcontroller)
- [A Guide to the ViewResolver in Spring MVC](https://www.baeldung.com/spring-mvc-view-resolver-tutorial)
- [Guide to Spring Handler Mappings](https://www.baeldung.com/spring-handler-mappings)
Expand All @@ -18,4 +18,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Using Spring @ResponseStatus to Set HTTP Status Code](https://www.baeldung.com/spring-response-status)
- [Spring MVC and the @ModelAttribute Annotation](https://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
- [The HttpMediaTypeNotAcceptableException in Spring MVC](https://www.baeldung.com/spring-httpmediatypenotacceptable)
- More articles: [[more -->]](/spring-mvc-basics-2)
- More articles: [[more -->]](/spring-mvc-basics-2)

0 comments on commit 4e78fc5

Please sign in to comment.