Skip to content

Commit 4c86145

Browse files
collaboratewithakashpivovarit
authored andcommitted
Back-link corrected (eugenp#4184)
* Back-link corrected * Back-link corrected * Back-link corrected * Back-link corrected * Back-link corrected * Back-link corrected * Back-link corrected * Back-link corrected * Back-link corrected * Back-link added * Back-link corrected * Back-link added
1 parent 1e1142b commit 4c86145

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ This tutorials project is being built **[>> HERE](https://rest-security.ci.cloud
3939

4040
- [Apache Maven Standard Directory Layout](http://www.baeldung.com/maven-directory-structure)
4141
- [Apache Maven Tutorial](http://www.baeldung.com/maven)
42+
- [Designing a User Friendly Java Library](http://www.baeldung.com/design-a-user-friendly-java-library)

libraries/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- [Creating and Configuring Jetty 9 Server in Java](http://www.baeldung.com/jetty-java-programmatic)
6666
- [Introduction To OpenCSV](http://www.baeldung.com/opencsv)
6767
- [Introduction to Akka Actors in Java](http://www.baeldung.com/akka-actors-java)
68-
- [Asynchronous HTTP with async-http-client in Java](https://github.com/eugenp/tutorials/tree/master/libraries)
68+
- [Asynchronous HTTP with async-http-client in Java](http://www.baeldung.com/async-http-client)
6969
- [Introduction to Smooks](http://www.baeldung.com/smooks)
7070
- [WebSockets with AsyncHttpClient](http://www.baeldung.com/async-http-client-websockets)
7171
- [A Guide to Infinispan in Java](http://www.baeldung.com/infinispan)

spring-all/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1212
- [Properties with Spring](http://www.baeldung.com/properties-with-spring) - checkout the `org.baeldung.properties` package for all scenarios of properties injection and usage
1313
- [Spring Profiles](http://www.baeldung.com/spring-profiles)
1414
- [A Spring Custom Annotation for a Better DAO](http://www.baeldung.com/spring-annotation-bean-pre-processor)
15-
- [What's New in Spring 4.3?](http://www.baeldung.com/whats-new-in-spring-4-3/)
15+
- [What's New in Spring 4.3?](http://www.baeldung.com/whats-new-in-spring-4-3)
1616
- [Guide To Running Logic on Startup in Spring](http://www.baeldung.com/running-setup-logic-on-startup-in-spring)
1717
- [Quick Guide to Spring Controllers](http://www.baeldung.com/spring-controllers)
1818
- [Quick Guide to Spring Bean Scopes](http://www.baeldung.com/spring-bean-scopes)

spring-boot-cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
## Spring Boot CLI
44

55
### Relevant Articles:
6-
- [Introduction to Spring Boot CLI](http://www.baeldung.com/)
6+
- [Introduction to Spring Boot CLI](http://www.baeldung.com/spring-boot-cli)

spring-hibernate4/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Sorting with Hibernate](http://www.baeldung.com/hibernate-sort)
1010
- [Auditing with JPA, Hibernate, and Spring Data JPA](http://www.baeldung.com/database-auditing-jpa)
1111
- [Stored Procedures with Hibernate](http://www.baeldung.com/stored-procedures-with-hibernate-tutorial)
12-
- [Hibernate: save, persist, update, merge, saveOrUpdate](http://www.baeldung.com/hibernate-save-persist-update-merge-saveorupdate/)
12+
- [Hibernate: save, persist, update, merge, saveOrUpdate](http://www.baeldung.com/hibernate-save-persist-update-merge-saveorupdate)
1313
- [Eager/Lazy Loading In Hibernate](http://www.baeldung.com/hibernate-lazy-eager-loading)
1414
- [Hibernate Criteria Queries](http://www.baeldung.com/hibernate-criteria-queries)
1515
- [Hibernate One to Many Annotation Tutorial](http://www.baeldung.com/hibernate-one-to-many)

spring-rest-full/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
99

1010
### Relevant Articles:
1111
- [REST Pagination in Spring](http://www.baeldung.com/rest-api-pagination-in-spring)
12-
- [HATEOAS for a Spring REST Service](http://www.baeldung.com/2011/11/13/rest-service-discoverability-with-spring-part-5/)
12+
- [HATEOAS for a Spring REST Service](http://www.baeldung.com/rest-api-discoverability-with-spring)
1313
- [REST API Discoverability and HATEOAS](http://www.baeldung.com/restful-web-service-discoverability)
14-
- [ETags for REST with Spring](http://www.baeldung.com/2013/01/11/etags-for-rest-with-spring/)
14+
- [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring)
1515
- [Integration Testing with the Maven Cargo plugin](http://www.baeldung.com/integration-testing-with-the-maven-cargo-plugin)
16-
- [Introduction to Spring Data JPA](http://www.baeldung.com/2011/12/22/the-persistence-layer-with-spring-data-jpa/)
17-
- [Project Configuration with Spring](http://www.baeldung.com/2012/03/12/project-configuration-with-spring/)
16+
- [Introduction to Spring Data JPA](http://www.baeldung.com/the-persistence-layer-with-spring-data-jpa)
17+
- [Project Configuration with Spring](http://www.baeldung.com/project-configuration-with-spring)
1818
- [Metrics for your Spring REST API](http://www.baeldung.com/spring-rest-api-metrics)
1919
- [Spring RestTemplate Tutorial](http://www.baeldung.com/rest-template)
2020
- [Bootstrap a Web Application with Spring 4](http://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration)

spring-thymeleaf/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
- [Spring MVC + Thymeleaf 3.0: New Features](http://www.baeldung.com/spring-thymeleaf-3)
1111
- [How to Work with Dates in Thymeleaef](http://www.baeldung.com/dates-in-thymeleaf)
1212
- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven)
13-
- [Working with Booleans in Thymeleaf](http://www.baeldung.com/working-with-booleans-in-thymeleaf)
13+
- [Working with Boolean in Thymeleaf](http://www.baeldung.com/thymeleaf-boolean)
1414
- [Working with Fragments in Thymeleaf](http://www.baeldung.com/spring-thymeleaf-fragments)
1515
- [Conditionals in Thymeleaf](http://www.baeldung.com/spring-thymeleaf-conditionals)
16+
- [Iteration in Thymeleaf](http://www.baeldung.com/thymeleaf-iteration)
1617

1718
### Build the Project
1819

testing-modules/rest-testing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The "REST With Spring" Classes: http://bit.ly/restwithspring
77

88
### Relevant Articles:
9-
- [Test a REST API with Java](http://www.baeldung.com/2011/10/13/integration-testing-a-rest-api/)
9+
- [Test a REST API with Java](http://www.baeldung.com/integration-testing-a-rest-api)
1010
- [Introduction to WireMock](http://www.baeldung.com/introduction-to-wiremock)
1111
- [REST API Testing with Cucumber](http://www.baeldung.com/cucumber-rest-api-testing)
1212
- [Testing a REST API with JBehave](http://www.baeldung.com/jbehave-rest-testing)

0 commit comments

Comments
 (0)