Skip to content

Commit

Permalink
Merge pull request #2820 from alphagov/correct-docs-link
Browse files Browse the repository at this point in the history
Correct testing-and-linting link
  • Loading branch information
Vanita Barrett-Smith committed Sep 1, 2022
2 parents 1abe3e3 + 11cd1ba commit b8d64b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If a test fails, you should check your code for any errors, then update any test

## 6. Write new tests

You can [read more about the different types of tests in this project](../releasing/testing-and-linting).
You can [read more about the different types of tests in this project](../releasing/testing-and-linting.md).

You should write new tests if you’ve created a new component, or changed the way a component works by:

Expand All @@ -88,7 +88,7 @@ Some test files use examples from each component’s `.yaml` file, for example `

Use `hidden: true` in a new example if you do not want to include the example in the review app. The example will still appear in our [test fixtures](http://frontend.design-system.service.gov.uk/testing-your-html/).

All tests should try and meet [our testing conventions](../releasing/testing-and-linting#conventions)
All tests should try and meet [our testing conventions](../releasing/testing-and-linting.md#conventions)

### If you created a component

Expand Down

0 comments on commit b8d64b2

Please sign in to comment.