Skip to content

Commit edd67f0

Browse files
committed
ICU-21834 Fix more docs links in "How To Use ICU" page
1 parent 61406e1 commit edd67f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/userguide/icu/howtouseicu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ In addition, ICU4C installs several scripts and makefile fragments that help
3030
build other code using ICU.
3131

3232
For C++, note that there are [Recommended Build
33-
Options](icu4c/build#recommended-build-options)
33+
Options](../icu4c/build#recommended-build-options)
3434
(both for normal use and for ICU as system-level libraries) which are not
3535
default simply for compatibility with older ICU-using code.
3636

3737
Starting with ICU 49, the ICU4C Readme has a short section about
3838
[User-Configurable
39-
Settings](icu4c/build#user-configurable-settings).
39+
Settings](../icu4c/build#user-configurable-settings).
4040

4141
## C++ Makefiles
4242

@@ -154,13 +154,13 @@ ICU C++ APIs are normally defined in a versioned namespace, for example
154154
"icu_50". There is a stable "icu" alias which should be used instead. (Entry
155155
point versioning is only to allow for multiple ICU versions linked into one
156156
program. [It is optional and should be off for system
157-
libraries.](icu4c/build#recommended-build-options))
157+
libraries.](../icu4c/build#recommended-build-options))
158158

159159
By default, and only for backward compatibility, the ICU headers contain a line
160160
`using namespace icu_50;` which makes all ICU APIs visible in/with the global
161161
namespace (and potentially collide with non-ICU APIs there). One of the
162162
[Recommended Build
163-
Options](icu4c/build#recommended-build-options)
163+
Options](../icu4c/build#recommended-build-options)
164164
is to turn this off.
165165

166166
To write forward declarations, use
@@ -189,7 +189,7 @@ samples. Their paths are given in the installed `Makefile.inc` (see above).
189189

190190
### Data Packaging Settings
191191

192-
The `pkgdata` tool (see [Packaging ICU4C](packaging/index.md) ) makes use of the
192+
The `pkgdata` tool (see [Packaging ICU4C](../icu4c/packaging/index.md) ) makes use of the
193193
installed file `**$(prefix)/lib/icu/pkgdata.inc**` to set parameters for data
194194
packaging operations that require use of platform compilers and linkers ( in
195195
`static` or `dll` mode). `pkgdata` uses the icu-config script in order to locate

0 commit comments

Comments
 (0)