Skip to content

Commit 0cd4148

Browse files
Fixes fasterxml javadoc links.
1 parent 55b27b9 commit 0cd4148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: project.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ javadoc.options {
5454
}
5555
links("https://docs.oracle.com/javase/7/docs/api/");
5656
links("https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/");
57-
links("https://fasterxml.github.com/jackson-databind/javadoc/2.11/");
58-
links("https://fasterxml.github.com/jackson-core/javadoc/2.11/");
59-
links("https://fasterxml.github.com/jackson-annotations/javadoc/2.11/");
57+
links("https://github.com/FasterXML/jackson-databind/tree/2.14/docs/javadoc/2.11");
58+
links("https://github.com/FasterXML/jackson-core/tree/2.14/docs/javadoc/2.11");
59+
links("https://github.com/FasterXML/jackson-annotations/tree/2.14/docs/javadoc/2.11");
6060
links("https://www.javadoc.io/doc/com.google.guava/guava/28.2-android/");
6161
links("https://java-json-tools.github.io/msg-simple/");
6262
links("https://java-json-tools.github.io/jackson-coreutils/");

0 commit comments

Comments
 (0)