diff --git a/core-java/src/test/java/org/baeldung/java/collections/README.md b/core-java/src/test/java/org/baeldung/java/collections/README.md index 50748cbf81..317d81fae7 100644 --- a/core-java/src/test/java/org/baeldung/java/collections/README.md +++ b/core-java/src/test/java/org/baeldung/java/collections/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [Join and Split Arrays and Collections in Java](http://www.baeldung.com/java-join-and-split) +- [Introduction to Java Servlets](http://www.baeldung.com/intro-to-servlets) diff --git a/javax-servlets/README.md b/javax-servlets/README.md new file mode 100644 index 0000000000..d6bc6db8b8 --- /dev/null +++ b/javax-servlets/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Introduction to Java Servlets](http://www.baeldung.com/intro-to-servlets) diff --git a/selenium-junit-testng/README.md b/selenium-junit-testng/README.md new file mode 100644 index 0000000000..f34081ccea --- /dev/null +++ b/selenium-junit-testng/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng) diff --git a/spring-mvc-xml/README.md b/spring-mvc-xml/README.md index 097353c88c..b699c37d00 100644 --- a/spring-mvc-xml/README.md +++ b/spring-mvc-xml/README.md @@ -13,4 +13,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Basic Forms with Spring MVC](http://www.baeldung.com/spring-mvc-form-tutorial) - [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data) - [Geolocation by IP in Java](http://www.baeldung.com/geolocation-by-ip-with-maxmind) -- [Guide to JSP](http://www.baeldung.com/guide-to-jsp) \ No newline at end of file +- [Guide to JavaServer Pages (JSP)](http://www.baeldung.com/jsp)