From 70e4afc6b48985fd0479cd88c1f37c8d3cec1602 Mon Sep 17 00:00:00 2001 From: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:53:34 -0400 Subject: [PATCH] (date picker) update broken link in variant table (#3781) * Update usage.mdx * Update usage.mdx * chore(format): run yarn format --------- Co-authored-by: TJ Egan --- src/pages/components/date-picker/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/components/date-picker/usage.mdx b/src/pages/components/date-picker/usage.mdx index 2fafa7e6656..dbf7ddece51 100755 --- a/src/pages/components/date-picker/usage.mdx +++ b/src/pages/components/date-picker/usage.mdx @@ -46,7 +46,7 @@ You can customize the time picker's format depending on location or need. | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | [Simple date input](/components/date-picker/usage#simple-date-input) | Use if the date can be remembered by the user easily, such as a date of birth, and they don’t need a calendar to anticipate the dates. It consists only of input fields. | | [Calendar picker](/components/date-picker/usage#calendar-pickers) | Use a calendar picker (single or range) when the user needs to know a date's relationship to other days or when a date could be variable. The user can view and pick dates from a calendar widget or manually type them in the text field. | -| [Time picker](/date-picker/usage#time-pickers) | Use when asking the user to input a specific time. | +| [Time picker](/components/date-picker/usage/#time-pickers) | Use when asking the user to input a specific time. | ## Live demo