Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 592b5b2

Browse files
authored
Fix broken link (#3280)
1 parent 576f04a commit 592b5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration_test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Future<void> main() => integrationDriver();
4242
You can also use different driver scripts to customize the behavior of the app
4343
under test. For example, `FlutterDriver` can also be parameterized with
4444
different [options](https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/connect.html).
45-
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.
45+
See the [extended driver](https://github.com/flutter/plugins/blob/master/packages/integration_test/example/test_driver/extended_integration_test.dart) for an example.
4646

4747
### Package Structure
4848

0 commit comments

Comments
 (0)