From 8b3d791798329df389e9fb267ab0400f7db5d35e Mon Sep 17 00:00:00 2001 From: Robert Melo Date: Mon, 31 Aug 2020 20:28:27 -0300 Subject: [PATCH] ICU-20088 fix broken links (format_parse) --- docs/userguide/io/ustdio.md | 2 +- docs/userguide/services.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/userguide/io/ustdio.md b/docs/userguide/io/ustdio.md index 524d0a3faf8..83abb8dabb2 100644 --- a/docs/userguide/io/ustdio.md +++ b/docs/userguide/io/ustdio.md @@ -12,7 +12,7 @@ License & terms of use: http://www.unicode.org/copyright.html # C: ustdio This API provides a ``-like API wrapper around ICU's other [formatting -and parsing](../formatparse/index.md) APIs. It is meant to ease the transition of adding +and parsing](../format_parse/index.md) APIs. It is meant to ease the transition of adding Unicode support to a preexisting applications using stdio. The following is a small list of noticable differences between stdio and ICU I/O's ustdio implementation. diff --git a/docs/userguide/services.md b/docs/userguide/services.md index 37b095d6dd2..15eade1ed95 100644 --- a/docs/userguide/services.md +++ b/docs/userguide/services.md @@ -175,25 +175,25 @@ See [Formatting and Parsing Classes](format_parse/index#formatting-and-parsing-c primitives into localized strings and parse localized strings into number objects in base 10. -* [`DecimalFormatSymbols`](formatparse/numbers/index#decimalformatsymbols) +* [`DecimalFormatSymbols`](format_parse/numbers/index#decimalformatsymbols) DecimalFormatSymbols is a concrete class used by DecimalFormat to access localized number strings such as the grouping separators, the decimal separator, and the percent sign. #### Formatting Dates and Times -* [`DateFormat`](formatparse/datetime/index.md) +* [`DateFormat`](format_parse/datetime/index.md) `DateFormat` provides the basic fields and methods for formatting date objects to localized strings and parsing date and time strings to date objects. -* [`SimpleDateFormat`](formatparse/datetime/index.md) +* [`SimpleDateFormat`](format_parse/datetime/index.md) `SimpleDateFormat` is a concrete class used to format date objects to localized strings and to parse date and time strings to date objects using a `GregorianCalendar`. -* [`DateFormatSymbols`](formatparse/datetime/index.md) +* [`DateFormatSymbols`](format_parse/datetime/index.md) `DateFormatSymbols` is a concrete class used to access localized date and time formatting strings, such as names of the months, days of the week, and the @@ -201,13 +201,13 @@ See [Formatting and Parsing Classes](format_parse/index#formatting-and-parsing-c #### Formatting Messages -* [`MessageFormat`](formatparse/messages/index.md) +* [`MessageFormat`](format_parse/messages/index.md) `MessageFormat` is a concrete class used to produce a language-specific user message that contains numbers, currency, percentages, date, time, and string variables. -* [`ChoiceFormat`](formatparse/messages/index.md) +* [`ChoiceFormat`](format_parse/messages/index.md) `ChoiceFormat` is a concrete class used to map strings to ranges of numbers and to handle plural words and name series in user messages. -- 2.40.0