From 522f84b1aadcb7d9804a47833cf240e634268512 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 13 Jul 2026 19:27:03 -0700 Subject: [PATCH] docs(datetime): update method links for confirmation buttons section --- docs/api/datetime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/datetime.md b/docs/api/datetime.md index b81fdb773c..88d668bb7b 100644 --- a/docs/api/datetime.md +++ b/docs/api/datetime.md @@ -302,7 +302,7 @@ By default, `ionChange` is emitted with the new datetime value whenever a new da ### Showing Confirmation Buttons -The default Done and Cancel buttons are already preconfigured to call the [`confirm`](#confirm) and [`cancel`](#cancel) methods, respectively. +The default Done and Cancel buttons are already preconfigured to call the [`confirm`](#method-confirm) and [`cancel`](#method-cancel) methods, respectively.