]> granicus.if.org Git - icu/commitdiff
ICU-20088 fix broken links (format_parse)
authorRobert Melo <robertgm@motorola.com>
Mon, 31 Aug 2020 23:28:27 +0000 (20:28 -0300)
committerRobert Melo <robertgm@motorola.com>
Wed, 2 Sep 2020 17:11:50 +0000 (14:11 -0300)
docs/userguide/io/ustdio.md
docs/userguide/services.md

index 524d0a3faf82343f5483f82ef0ccf68df5afaf12..83abb8dabb2e987f9fb707afcac7b1990e138962 100644 (file)
@@ -12,7 +12,7 @@ License & terms of use: http://www.unicode.org/copyright.html
 # C: ustdio
 
 This API provides a `<stdio.h>`-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.
index 37b095d6dd23089ec42d64c5624fa8847bc0ec1f..15eade1ed9505120e13cd7a4f28c4b11d2d94c4b 100644 (file)
@@ -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.