Merge pull request #326 from chalin/patch-1

Fix link to `throwsA()`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b54ca9a..54bc3de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.12.4+6
+
+* Fix a broken link in the README.
+
 ## 0.12.4+5
 
 * Internal changes only.
diff --git a/README.md b/README.md
index dfb0519..a1f9a36 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@
 matchers work with both synchronous callbacks and asynchronous `Future`s. They
 ensure that a particular type of exception is thrown:
 
-[completion]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_throwsA
+[throwsA]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_throwsA
 
 ```dart
 import "dart:async";
diff --git a/pubspec.yaml b/pubspec.yaml
index c9c1f98..f964688 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 0.12.4+5
+version: 0.12.4+6
 author: Dart Team <misc@dartlang.org>
 description: A library for writing dart unit tests.
 homepage: https://github.com/dart-lang/test