Skip to content

Commit e0d24b6

Browse files
authored
BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 Update README (eugenp#5973)
* BAEL-2246: add link back to article * BAEL-2174: rename core-java-net module to core-java-networking * BAEL-2174: add link back to article * BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
1 parent 12bf5e9 commit e0d24b6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

algorithms-miscellaneous-1/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@
1010
- [Multi-Swarm Optimization Algorithm in Java](http://www.baeldung.com/java-multi-swarm-algorithm)
1111
- [String Search Algorithms for Large Texts](http://www.baeldung.com/java-full-text-search-algorithms)
1212
- [Check If a String Contains All The Letters of The Alphabet](https://www.baeldung.com/java-string-contains-all-letters)
13-
- [Find the Middle Element of a Linked List](http://www.baeldung.com/java-linked-list-middle-element)
13+
- [Find the Middle Element of a Linked List](http://www.baeldung.com/java-linked-list-middle-element)
14+
- [Calculate Factorial in Java](https://www.baeldung.com/java-calculate-factorial)
15+
- [Find Substrings That Are Palindromes in Java](https://www.baeldung.com/java-palindrome-substrings)

jhipster/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
- [JHipster with a Microservice Architecture](http://www.baeldung.com/jhipster-microservices)
44
- [Intro to JHipster](http://www.baeldung.com/jhipster)
5+
- [Building a Basic UAA-Secured JHipster Microservice](https://www.baeldung.com/jhipster-uaa-secured-micro-service)

spring-5-reactive/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1717
- [A Guide to Spring Session Reactive Support: WebSession](https://www.baeldung.com/spring-session-reactive)
1818
- [Validation for Functional Endpoints in Spring 5](https://www.baeldung.com/spring-functional-endpoints-validation)
1919
- [Logging a Reactive Sequence](https://www.baeldung.com/spring-reactive-sequence-logging)
20-
20+
- [Testing Reactive Streams Using StepVerifier and TestPublisher](https://www.baeldung.com/reactive-streams-step-verifier-test-publisher)

0 commit comments

Comments
 (0)