Merge pull request #9198 from dupirefr/team/JAVA-616-update_readmes

[JAVA-616] Fixed link to article by using HTTPS
This commit is contained in:
Josh Cummings 2020-04-28 16:53:01 -06:00 committed by GitHub
commit c988db5986
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ This module contains articles about sorting arrays in Java
### Relevant Articles:
- [Sorting Arrays in Java](https://www.baeldung.com/java-sorting-arrays)
- [Checking If an Array Is Sorted in Java](https://www.baeldung.com/java-check-sorted-array)
- [How to Reverse an Array in Java](http://www.baeldung.com/java-invert-array)
- [How to Reverse an Array in Java](https://www.baeldung.com/java-invert-array)
- [Arrays.sort vs Arrays.parallelSort](https://www.baeldung.com/java-arrays-sort-vs-parallelsort)