From 85cea167e104db11e2f44587cd3c807ffcb2d3d7 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Mon, 28 Sep 2015 14:26:44 -0700 Subject: [PATCH] Fix a link in the README. R=kevmoo@google.com BUG= Review URL: https://codereview.chromium.org//1374783004 . --- README.md | 6 ++++-- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1f9a365..c598b884 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ void main() { } ``` -Tests can be grouped together using the [`group()`] function. Each group's -description is added to the beginning of its test's descriptions. +Tests can be grouped together using the [`group()`][group] function. Each +group's description is added to the beginning of its test's descriptions. + +[group]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_group ```dart import "package:test/test.dart"; diff --git a/pubspec.yaml b/pubspec.yaml index 89683f2c..8fa6dae6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 0.12.4+9 +version: 0.12.5-dev author: Dart Team <misc@dartlang.org> description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/test -- GitLab