Skip to content

Commit 37e4aed

Browse files
backlink updated
1 parent b53cbf7 commit 37e4aed

File tree

1 file changed

+1
-1
lines changed
  • core-java-modules/core-java-collections-list

1 file changed

+1
-1
lines changed

core-java-modules/core-java-collections-list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module contains articles about the Java List collection
55
### Relevant Articles:
66
- [Java – Get Random Item/Element From a List](http://www.baeldung.com/java-random-list-element)
77
- [Removing all Nulls from a List in Java](http://www.baeldung.com/java-remove-nulls-from-list)
8-
- [Removing all duplicates from a List in Java](http://www.baeldung.com/java-remove-duplicates-from-list)
8+
- [Removing All Duplicates From a List in Java](https://www.baeldung.com/java-remove-duplicates-from-list)
99
- [How to TDD a List Implementation in Java](http://www.baeldung.com/java-test-driven-list)
1010
- [Iterating Backward Through a List](http://www.baeldung.com/java-list-iterate-backwards)
1111
- [Remove the First Element from a List](http://www.baeldung.com/java-remove-first-element-from-list)

0 commit comments

Comments
 (0)