Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Thalman <mthalman@microsoft.com>2020-05-27 03:21:45 +0300
committerGitHub <noreply@github.com>2020-05-27 03:21:45 +0300
commite05b5c5c7d4c49b6b7ef2f5976eeb7e52723fbd2 (patch)
treecf096e4e914b90d99f99975890efc1d99610a6b7 /Documentation
parent023f6a4e4ba2e27de3940397a9c3ff6c82fcddd1 (diff)
Update ICU download link for CentOS (#4724)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/build-and-install-rhel6-prerequisites.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/build-and-install-rhel6-prerequisites.md b/Documentation/build-and-install-rhel6-prerequisites.md
index 2de520c8..08f2fe8f 100644
--- a/Documentation/build-and-install-rhel6-prerequisites.md
+++ b/Documentation/build-and-install-rhel6-prerequisites.md
@@ -26,7 +26,7 @@ For more information about enabling or disabling the Globalization, you may refe
## Getting the libraries that are not available as packages.
### ICU
-The ICU libraries can be downloaded as a precompiled binary from the ICU website, the URL is http://download.icu-project.org/files/icu4c/57.1/icu4c-57_1-RHEL6-x64.tgz.
+The ICU libraries can be downloaded as a precompiled binary from the ICU website, the URL is https://github.com/unicode-org/icu/releases/download/release-57-1/icu4c-57_1-RHEL6-x64.tgz.
### CURL
The CURL libraries need to be built from the source code. The source code can be obtained from the CURL website, the URL is https://curl.haxx.se/download/curl-7.45.0.tar.gz.
To build it, follow the steps described below.