From 5995193720a97db41514b7cda1b7c6cd578b51d0 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Mon, 9 Sep 2024 19:07:25 -0700 Subject: [PATCH] Fix some links --- docs/ldml/tr35-dates.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ldml/tr35-dates.md b/docs/ldml/tr35-dates.md index aaa99adbcc5..1cd83704809 100644 --- a/docs/ldml/tr35-dates.md +++ b/docs/ldml/tr35-dates.md @@ -2388,12 +2388,12 @@ As a general rule, the field set determines _what is being displayed_, and the o This section defines four disjoint categories of field sets: -1. [Date](#Date_Field_Sets) -2. [Calendar Period](#Calendar_Period_Field_Sets) -3. [Time](#Time_Field_Sets) -4. [Time Zone](#Time_Zone_Field_Sets) +1. [Date](#Semantic_Date_Field_Sets) +2. [Calendar Period](#Semantic_Calendar_Period_Field_Sets) +3. [Time](#Semantic_Time_Field_Sets) +4. [Time Zone](#Semantic_Time_Zone_Field_Sets) -Certain combinations of categories form [Composite Field Sets](#Composite_Field_Sets). +Certain combinations of categories form [Composite Field Sets](#Semantic_Composite_Field_Sets). ##### Date Field Sets @@ -2401,7 +2401,7 @@ A _date field set_ refers to a particular day in time. Higher-order fields, such The fields that may be included in a date field set are: -1. **Year:** The year, possibly with an era and possibly with partial precision, depending on factors such as the length, locale, calendar system, and [Year Style](#Year_Style). If the era is displayed, it may or may not be directly adjacent to the numeric year in the output string. +1. **Year:** The year, possibly with an era and possibly with partial precision, depending on factors such as the length, locale, calendar system, and [Year Style](#Semantic_Skeleton_Year_Style). If the era is displayed, it may or may not be directly adjacent to the numeric year in the output string. 2. **Month:** The month of a year. The year can be explicit or implied. 3. **Day:** The day of the month. The month can be explicit or implied. 4. **Weekday:** The day of the week. Often stands on its own or is used to clarify a Day. @@ -2448,7 +2448,7 @@ The fields that may be included in a time field set are: 1. **Hour:** The hour, possibly with a day period, depending on factors such as the length, locale, and hour cycle locale keyword. 2. **Minute:** The minute within an hour. -3. **Second:** The second within a minute, a decimal number that may include fractional digits. See the [Fractional Second Digits](#Fractional_Second_Digits) option. +3. **Second:** The second within a minute, a decimal number that may include fractional digits. See the [Fractional Second Digits](#Semantic_Skeleton_Fractional_Second_Digits) option. The valid time field sets are in the following table: @@ -2462,7 +2462,7 @@ Note: Minute and Second are not valid time field sets on their own because they ##### Time Zone Field Sets -A _time zone field set_ refers to a particular time zone. There is only one time zone field and one time zone field set, but the rendering can be configured with the [Zone Style](#Zone_Style) option. +A _time zone field set_ refers to a particular time zone. There is only one time zone field and one time zone field set, but the rendering can be configured with the [Zone Style](#Semantic_Skeleton_Time_Zone_Style) option. | Field Set | Example | |-----------|-------------------------------------| @@ -2603,7 +2603,7 @@ A semantic skeleton can be mapped to a standard skeleton, which in turn can be m #### Mapping to Standard Skeletons -The selected fields in the field set should be converted to standard skeleton symbols according to the following table. "Standalone" should be used when the field set contains only one field. Hour is broken down by [hour cycle](#Hour_Cycle), and Zone is broken down by [time zone style](#Time_Zone_Style). +The selected fields in the field set should be converted to standard skeleton symbols according to the following table. "Standalone" should be used when the field set contains only one field. Hour is broken down by [hour cycle](#Semantic_Skeleton_Hour_Cycle), and Zone is broken down by [time zone style](#Semantic_Skeleton_Time_Zone_Style). | Semantic Field | Long | Medium | Short | |------------------------------|--------|--------|--------| @@ -2649,7 +2649,7 @@ This means that the Year, Month, and Day semantic field mapping in en-US should ##### Year Style Skeleton Variations -The [year style](#Year_Style) should change the skeleton for all lengths as follows: +The [year style](#Semantic_Skeleton_Year_Style) should change the skeleton for all lengths as follows: - Auto: No change from datetimeSkeleton - Full: Change "yy" to "y"