Skip to content

Commit c5a23bc

Browse files
authored
Merge pull request eugenp#5917 from charlesgonzales/master
fix/delete incorrect articles from the readme files - BAEL-10905
2 parents 76e8d10 + 78d4c3d commit c5a23bc

12 files changed

Lines changed: 7 additions & 16 deletions

File tree

core-java-concurrency/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
- [ExecutorService - Waiting for Threads to Finish](http://www.baeldung.com/java-executor-wait-for-threads)
2727
- [wait and notify() Methods in Java](http://www.baeldung.com/java-wait-notify)
2828
- [Priority-based Job Scheduling in Java](http://www.baeldung.com/java-priority-job-schedule)
29-
- [A Custom Spring SecurityConfigurer](http://www.baeldung.com/spring-security-custom-configurer)
3029
- [Life Cycle of a Thread in Java](http://www.baeldung.com/java-thread-lifecycle)
3130
- [Runnable vs. Callable in Java](http://www.baeldung.com/java-runnable-callable)
3231
- [Brief Introduction to Java Thread.yield()](https://www.baeldung.com/java-thread-yield)

deeplearning4j/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
33

44
### Relevant Articles:
5-
- [A Guide to deeplearning4j](http://www.baeldung.com/deeplearning4j)
5+
- [A Guide to Deeplearning4j](http://www.baeldung.com/deeplearning4j)

flips/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
### Relevant Articles:
2-
- [Guide to Flips For Spring](http://www.baeldung.com/guide-to-flips-for-spring/)

jhipster/jhipster-monolithic/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
### Relevant articles
22

3-
- [Intro to JHipster](http://www.baeldung.com/jhipster)
4-
53

64
# baeldung
75
This application was generated using JHipster 4.0.8, you can find documentation and help at [https://jhipster.github.io/documentation-archive/v4.0.8](https://jhipster.github.io/documentation-archive/v4.0.8).
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
### Relevant Articles:
2-
- [Guide to CockroachDB in Java](http://www.baeldung.com/cockroachdb-java)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
### Relevant Articles:
22
- [Intro to Jedis – the Java Redis Client Library](http://www.baeldung.com/jedis-java-redis-client-library)
33
- [A Guide to Redis with Redisson](http://www.baeldung.com/redis-redisson)
4-
- [Intro to Lettuce – the Java Redis Client Library](http://www.baeldung.com/lettuce-java-redis-client-library)
5-
4+
- [Introduction to Lettuce – the Java Redis Client](https://www.baeldung.com/java-redis-lettuce)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Relevant articles
22

3-
- [Guide to @Immutable Annotation in Hibernate](http://www.baeldung.com/hibernate-immutable)
3+
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
44
- [Hibernate Many to Many Annotation Tutorial](http://www.baeldung.com/hibernate-many-to-many)
55
- [Programmatic Transactions in the Spring TestContext Framework](http://www.baeldung.com/spring-test-programmatic-transactions)
66
- [Hibernate Criteria Queries](http://www.baeldung.com/hibernate-criteria-queries)

spring-4/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
### Relevant Articles:
2-
- [Guide to Flips For Spring](http://www.baeldung.com/guide-to-flips-for-spring/)
32
- [A Guide to Flips for Spring](http://www.baeldung.com/flips-spring)
43
- [Configuring a Hikari Connection Pool with Spring Boot](https://www.baeldung.com/spring-boot-hikari)

spring-mvc-xml/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
88

99

1010
### Relevant Articles:
11-
- [Spring MVC Tutorial](http://www.baeldung.com/spring-mvc-tutorial)
1211
- [Servlet Session Timeout](http://www.baeldung.com/servlet-session-timeout)
1312
- [Returning Image/Media Data with Spring MVC](http://www.baeldung.com/spring-mvc-image-media-data)
1413
- [Geolocation by IP in Java](http://www.baeldung.com/geolocation-by-ip-with-maxmind)

spring-rest-full/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
1919
- [Bootstrap a Web Application with Spring 4](http://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration)
2020
- [Build a REST API with Spring and Java Config](http://www.baeldung.com/building-a-restful-web-service-with-spring-and-java-based-configuration)
2121
- [Error Handling for REST with Spring](http://www.baeldung.com/exception-handling-for-rest-with-spring)
22-
22+
- [Spring Security Expressions - hasRole Example](https://www.baeldung.com/spring-security-expressions-basic)
2323

2424

2525
### Build the Project

0 commit comments

Comments
 (0)