Updated README.md

added link back to the article: https://www.baeldung.com/java-integer-parseint-vs-valueof

also updated the link for More articles from "/core-java-string-conversions" to "/core-java-modules/core-java-string-conversions"
This commit is contained in:
Asjad J 2022-06-14 10:12:18 +05:00 committed by GitHub
parent ede9aa9109
commit 4a59d16d5a
1 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ This module contains articles about string conversions from/to another type.
- [Convert a String to Camel Case](https://www.baeldung.com/java-string-to-camel-case)
- [Convert a ByteBuffer to String in Java](https://www.baeldung.com/java-bytebuffer-to-string)
- [Convert String to Float and Back in Java](https://www.baeldung.com/java-string-to-float)
- More articles: [[<-- prev]](/core-java-string-conversions)
- [Difference Between parseInt() and valueOf() in Java](https://www.baeldung.com/java-integer-parseint-vs-valueof)
- More articles: [[<-- prev]](/core-java-modules/core-java-string-conversions)