Skip to content

Commit

Permalink
Fix broken link (flutter#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan authored and adsonpleal committed Feb 26, 2021
1 parent 646117e commit 96eb118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration_test/README.md
Expand Up @@ -42,7 +42,7 @@ Future<void> main() => integrationDriver();
You can also use different driver scripts to customize the behavior of the app
under test. For example, `FlutterDriver` can also be parameterized with
different [options](https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/connect.html).
See the [extended driver](https://github.com/flutter/plugins/tree/master/packages/integration_test/example/test_driver/integration_test_extended_driver.dart) for an example.
See the [extended driver](https://github.com/flutter/plugins/blob/master/packages/integration_test/example/test_driver/extended_integration_test.dart) for an example.

### Package Structure

Expand Down

0 comments on commit 96eb118

Please sign in to comment.