ICU-21752 fix wrong link of howtouseicu

This commit is contained in:
Jacky_Yin 2021-09-10 14:34:16 +08:00 committed by Elango
parent 46861a5c78
commit 29443b8be7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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