From c1a05e5c26492a2107d49cbc3ef86baece578a79 Mon Sep 17 00:00:00 2001 From: Harry Sarson Date: Sat, 14 Apr 2018 14:06:43 +0100 Subject: tools: fix broken link in icu notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link text and url were swapped around, this pr puts the link text inside [] and the url inside (). PR-URL: https://github.com/nodejs/node/pull/20030 Reviewed-By: Vse Mozhet Byt Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- tools/icu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/icu/README.md') diff --git a/tools/icu/README.md b/tools/icu/README.md index b3e805761e..223990bc45 100644 --- a/tools/icu/README.md +++ b/tools/icu/README.md @@ -1,6 +1,6 @@ # Notes about the `tools/icu` subdirectory -This directory contains tools, data, and information about the [http://icu-project.org](ICU) +This directory contains tools, data, and information about the [ICU](http://icu-project.org) (International Components for Unicode) integration. ICU is used to provide internationalization functionality. -- cgit v1.2.3