Skip to content

Commit 7fd977d

Browse files
authored
Merge pull request #2654 from reddevilmidzy/fix-link
Fix link to README in ui test documentation
2 parents f976589 + 7593f9d commit 7fd977d

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/tests/ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the resulting program](#controlling-passfail-expectations) to verify its
1212
behavior.
1313

1414
For a survey of each subdirectory's purpose under `tests/ui`, consult the
15-
[SUMMARY.md](https://github.com/rust-lang/rust/tree/HEAD/tests/ui/SUMMARY.md).
15+
[README.md](https://github.com/rust-lang/rust/tree/HEAD/tests/ui/README.md).
1616
This is useful if you write a new test, and are looking for a category to
1717
place it in.
1818

0 commit comments

Comments
 (0)