diff --git a/docs/userguide/icu4c/faq.md b/docs/userguide/icu4c/faq.md index e3b74660b75..bca230034de 100644 --- a/docs/userguide/icu4c/faq.md +++ b/docs/userguide/icu4c/faq.md @@ -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 diff --git a/docs/userguide/icu4c/packaging.md b/docs/userguide/icu4c/packaging.md index 80ade698e30..40c8101de66 100644 --- a/docs/userguide/icu4c/packaging.md +++ b/docs/userguide/icu4c/packaging.md @@ -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