From b68b45bc454f9cd82ed39b3dd86e79bb79b43121 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 26 Jun 2023 15:39:51 +0200 Subject: [PATCH] Clean up javadoc links Use HTTPS and modernize pointers. Change-Id: I07352116ebe7b2f30d8db6c230ae14ce1c7593d6 Signed-off-by: Robert Varga --- docs/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 35b7fdefd0..9ac813a7a5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -226,11 +226,11 @@ https://junit.org/junit4/javadoc/4.13/ - http://hamcrest.org/JavaHamcrest/javadoc/2.2/ - http://www.slf4j.org/apidocs/ - https://google.github.io/guava/releases/31.1-jre/api/docs/ - http://doc.akka.io/japi/akka/2.6.21/ - http://netty.io/4.1/api/ + https://hamcrest.org/JavaHamcrest/javadoc/2.2/ + https://www.slf4j.org/apidocs/ + https://guava.dev/releases/32.0.1-jre/api/docs/ + https://doc.akka.io/japi/akka/2.6/ + https://netty.io/4.1/api/ https://commons.apache.org/proper/commons-lang/javadocs/api-release/ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/13.0.3/ -- 2.36.6