diff --git a/README.md b/README.md index 87f1c60c..68b7aa49 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Documentation ------------- More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv). -The [JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml]. Where can I get the latest release? diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java index 06108f67..2a902cd3 100644 --- a/src/main/java/org/apache/commons/csv/CSVParser.java +++ b/src/main/java/org/apache/commons/csv/CSVParser.java @@ -99,7 +99,7 @@ import java.util.TreeMap; * *

* If the predefined formats don't match the format at hands, custom formats can be defined. More information about - * customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}. + * customising CSVFormats is available in {@link CSVFormat CSVFormat Javadoc}. *

* *

Parsing into memory