From 443002745d850f4459bcdb890955969f23ee1b47 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Mon, 21 Apr 2025 08:50:31 -0600 Subject: [PATCH] Fixing external link --- .../elasticsearch/mapping-reference/mapping-date-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/elasticsearch/mapping-reference/mapping-date-format.md b/docs/reference/elasticsearch/mapping-reference/mapping-date-format.md index 886e1e267f128..603b2422ac7c2 100644 --- a/docs/reference/elasticsearch/mapping-reference/mapping-date-format.md +++ b/docs/reference/elasticsearch/mapping-reference/mapping-date-format.md @@ -27,7 +27,7 @@ Many APIs which support date values also support [date math](/reference/elastics ## Custom date formats [custom-date-formats] -Completely customizable date formats are supported. The syntax for these is explained in [DateTimeFormatter docs](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.md). +Completely customizable date formats are supported. The syntax for these is explained in [DateTimeFormatter docs](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html). Note that while the built-in formats for week dates use the ISO definition of weekyears, custom formatters using the `Y`, `W`, or `w` field specifiers use the JDK locale definition of weekyears. This can result in different values between the built-in formats and custom formats for week dates.