Skip to content

Commit e707e72

Browse files
[Docs] - Fix a few links to URLs that changed in a previous commit
1 parent 3b27097 commit e707e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/website/source/flutters-implementation/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ test execution path.
88

99
The following are some noteworthy details about goldens:
1010

11-
* [How to write and run a test](/how-flutter-does-goldens/write-and-run-a-test)
12-
* [How Flutter finds the test directory](/how-flutter-does-goldens/find-the-test-directory)
13-
* [How Flutter compares screenshots](/how-flutter-does-goldens/compare-screenshots)
11+
* [How to write and run a test](/flutters-implementation/write-and-run-a-test)
12+
* [How Flutter finds the test directory](/flutters-implementation/find-the-test-directory)
13+
* [How Flutter compares screenshots](/flutters-implementation/compare-screenshots)
1414

1515
Flutter golden tests are implemented via the following packages, all of which are defined
1616
within the Dart SDK, or Flutter SDK:

0 commit comments

Comments
 (0)