| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index a1f9a3655df0ca95722acf9d376bbb58283d3ac9..c598b8843f525f5c967dac96c5b397a15afe705e 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";
|
|
|