Skip to content

Commit 8574b78

Browse files
Change React Testing Library link to contributing page
1 parent 506845e commit 8574b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const projectList = [
4545
}, {
4646
name: 'React Testing Library',
4747
imageSrc: 'https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/goat.png',
48-
projectLink: 'https://github.com/testing-library/react-testing-library',
48+
projectLink: 'https://github.com/testing-library/react-testing-library/blob/master/CONTRIBUTING.md',
4949
description: 'Simple and complete React DOM testing utilities that encourage good testing practices.',
5050
tags: ['Unit testing', 'JavaScript', 'React', 'React Native'],
5151
}, {

0 commit comments

Comments
 (0)