Merge https://github.com/dart-lang/intl/pull/166

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=195465834
diff --git a/README.md b/README.md
index 2c68d98..6549a54 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@
 match the name (or ClassName_methodName) and arguments list of the
 function respectively. However, there is a transformer provided that
 will automatically insert those parameters for you. This transformer
-is in the [Intl_translation](Intl_translation) package.
+is in the [Intl_translation][Intl_translation] package.
 In pubspec.yaml, add a section like
 
       dev_dependencies:
@@ -190,7 +190,7 @@
 When your program contains messages that need translation, these must
 be extracted from the program source, sent to human translators, and the
 results need to be incorporated. The code for this is in the
-[Intl_translation](Intl_translation) package.
+[Intl_translation][Intl_translation] package.
 
 To extract messages, run the `extract_to_arb.dart` program.