From 90b52fea94d079ef3f86de98cbbdf002aa75c6fe Mon Sep 17 00:00:00 2001 From: eltonlockhart <75589015+eltonlockhart@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:45:39 +1000 Subject: [PATCH] Update numerictextbox.md Fix the number format link which is currently a 404 --- docs/api/javascript/ui/numerictextbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/javascript/ui/numerictextbox.md b/docs/api/javascript/ui/numerictextbox.md index 34c733cca72..13df06e6339 100644 --- a/docs/api/javascript/ui/numerictextbox.md +++ b/docs/api/javascript/ui/numerictextbox.md @@ -116,7 +116,7 @@ Sets a value controlling how the color is applied. Can also be set to the follow ### format `String`*(default: "n")* -Specifies the number format used when the widget is not focused. Check this page for all [valid number formats](/framework/globalization/numberformatting). +Specifies the number format used when the widget is not focused. Check this page for all [valid number formats](/kendo-jquery-ui/documentation/globalization/intl/numberformatting). Compare with the [`decimals`](/api/javascript/ui/numerictextbox#configuration-decimals) property.