mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-21752 fix wrong link of howtouseicu
This commit is contained in:
parent
46861a5c78
commit
29443b8be7
2 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ remove the dependencies on the standard C++ library. In
|
|||
remove C++ library dependencies. Visual Studio has the
|
||||
[/MT option](http://msdn.microsoft.com/en-us/library/2kzt1wy3(v=VS.100).aspx),
|
||||
and other compilers may have similar options. See the
|
||||
[How To Use ICU](../howtouseicu.md) page for related information on this topic.
|
||||
[How To Use ICU](../icu/howtouseicu.md) page for related information on this topic.
|
||||
|
||||
## Features of ICU
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ application.
|
|||
If you add the `--enable-static` option to the ICU command line build (Makefile
|
||||
or cygwin), ICU will also build a static library version which you can link to
|
||||
only the exact functions your application needs. Users of your ICU must compile
|
||||
with -DU_STATIC_IMPLEMENTATION. Also see [How To Use ICU](../howtouseicu.md).
|
||||
with -DU_STATIC_IMPLEMENTATION. Also see [How To Use ICU](../icu/howtouseicu.md).
|
||||
|
||||
### Reduce the number of libraries used
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue