From 126ad593ccc3acbc5232a830f63a84b64d47a07a Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 14 Jul 2017 14:39:16 -0600 Subject: [PATCH] Update validation.md --- aspnetcore/includes/mvc-intro/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/mvc-intro/validation.md b/aspnetcore/includes/mvc-intro/validation.md index 2dc4f1d8e3..751b4d7925 100644 --- a/aspnetcore/includes/mvc-intro/validation.md +++ b/aspnetcore/includes/mvc-intro/validation.md @@ -95,7 +95,7 @@ You can use the `DisplayFormat` attribute by itself, but it's generally a good i * The browser can enable HTML5 features (for example to show a calendar control, the locale-appropriate currency symbol, email links, etc.) -* By default, the browser will render data using the correct format based on your [locale](http://msdn.microsoft.com/library/vstudio/wyzd2bce.aspx) +* By default, the browser will render data using the correct format based on your locale. * The `DataType` attribute can enable MVC to choose the right field template to render the data (the `DisplayFormat` if used by itself uses the string template).