From beb454a29952bc4f2fff533424c88105012039d6 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 21 Jun 2019 16:51:44 +0300 Subject: [PATCH] Use HTTPS links in documentation where possible --- src/docs/asciidoc/core/core-validation.adoc | 2 +- src/docs/asciidoc/testing.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/core/core-validation.adoc b/src/docs/asciidoc/core/core-validation.adoc index 7c70b0884ed..9d48a4620ad 100644 --- a/src/docs/asciidoc/core/core-validation.adoc +++ b/src/docs/asciidoc/core/core-validation.adoc @@ -1093,7 +1093,7 @@ The `number` package provides `NumberStyleFormatter`, `CurrencyStyleFormatter`, `PercentStyleFormatter` to format `Number` objects that use a `java.text.NumberFormat`. The `datetime` package provides a `DateFormatter` to format `java.util.Date` objects with a `java.text.DateFormat`. The `datetime.joda` package provides comprehensive datetime -formatting support based on the http://joda-time.sourceforge.net[Joda-Time library]. +formatting support based on the https://www.joda.org/joda-time/[Joda-Time library]. The following `DateFormatter` is an example `Formatter` implementation: diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index a607fb3a49a..962dd31375b 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -6056,7 +6056,7 @@ See the following resources for more information about testing: using Java's proxy mechanism.`" Used by the Spring Framework in its test suite. * https://jmock.org/[JMock]: Library that supports test-driven development of Java code with mock objects. -* http://dbunit.sourceforge.net/[DbUnit]: JUnit extension (also usable with Ant and +* https://www.dbunit.org/[DbUnit]: JUnit extension (also usable with Ant and Maven) that is targeted at database-driven projects and, among other things, puts your database into a known state between test runs. * https://sourceforge.net/projects/grinder/[The Grinder]: Java load testing framework.