Skip to content

Commit 2cccd58

Browse files
heiskrCopilot
andauthored
Fix broken Tests link in contributing/README.md (#62091)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4bfecd0 commit 2cccd58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Here, you'll find additional information that might be helpful as you work on a
1414
- [troubleshooting](./troubleshooting.md) - some help for troubleshooting failed and stalled status checks
1515
- [Reusables](https://docs.github.com/en/contributing/writing-for-github-docs/creating-reusable-content#about-reusables) - We create reusables and call them from articles to help us keep content that is used in multiple places up to date.
1616
- [Variables](https://docs.github.com/en/contributing/writing-for-github-docs/creating-reusable-content#about-variables) - We use variables the same way we use reusables. Variables are for short strings of reusable text.
17-
- [Tests](/tests/README.md) - We use tests to ensure content will render correctly on the site. Tests run automatically in your PR, and sometimes it's also helpful to run them locally.
17+
- [Tests](/src/tests/README.md) - We use tests to ensure content will render correctly on the site. Tests run automatically in your PR, and sometimes it's also helpful to run them locally.
1818

1919
You can also read the READMEs in the `src/` directory to learn more about the features of the docs site.

0 commit comments

Comments
 (0)