Skip to content

Commit

Permalink
tools: fix broken link in icu notes
Browse files Browse the repository at this point in the history
Link text and url were swapped around, this pr puts
the link text inside [] and the url inside ().

PR-URL: nodejs#20030
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
harrysarson authored and BridgeAR committed May 1, 2018
1 parent 80e496f commit 1a7ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/icu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Notes about the `tools/icu` subdirectory

This directory contains tools, data, and information about the
[http://icu-project.org](ICU) (International Components for Unicode)
[ICU](http://icu-project.org) (International Components for Unicode)
integration. ICU is used to provide internationalization functionality.

- `patches/` are one-off patches, actually entire source file replacements,
Expand Down

0 comments on commit 1a7ec4d

Please sign in to comment.