From e515c0c33fce284af866167c5ecab3982573d01f Mon Sep 17 00:00:00 2001 From: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:41:15 -0400 Subject: [PATCH 1/3] Update usage.mdx --- 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..16a478d58f3 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 From 2f4a8859301a43b877bfb759759c1126f2d6d172 Mon Sep 17 00:00:00 2001 From: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:45:45 -0400 Subject: [PATCH 2/3] Update usage.mdx --- 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 16a478d58f3..4a140b85348 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](/components/date-picker/usage#time-pickers) | Use when asking the user to input a specific time. | +| [Time picker](https://carbondesignsystem.com/components/date-picker/usage/#time-pickers) | Use when asking the user to input a specific time. | ## Live demo From 5bf291f321eab0ba138d9577e98ae9ed79cb2f36 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Wed, 18 Oct 2023 12:37:06 -0400 Subject: [PATCH 3/3] chore(format): run yarn format --- 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 4a140b85348..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](https://carbondesignsystem.com/components/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