Skip to content

Commit

Permalink
chore: Rename master to main (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
shemExelate committed May 5, 2021
1 parent 732651f commit ba1ae85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Documentation site for [React Testing Library](https://github.com/testing-librar
[opencollective-badge]: https://img.shields.io/opencollective/all/testing-library.svg?label=opencollective%20backers&style=flat-square
[allcontributors-badge]: https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/testing-library/react-testing-library/blob/master/CODE_OF_CONDUCT.md
[coc]: https://github.com/testing-library/react-testing-library/blob/main/CODE_OF_CONDUCT.md

This website was created with [Docusaurus](https://v2.docusaurus.io).

Expand Down
2 changes: 1 addition & 1 deletion blog/2019-04-25-new-org.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ and more gets added to it daily. If you know of blog posts, YouTube videos,
courses, or anything else about the Testing Library family of tools, please
contribute to the list!

> [Contribute to the learning materials page](https://github.com/testing-library/testing-library-docs/edit/master/docs/learning.mdx)
> [Contribute to the learning materials page](https://github.com/testing-library/testing-library-docs/edit/main/docs/learning.mdx)
## Other Exciting news

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module.exports = {
showLastUpdateAuthor: true,
showLastUpdateTime: true,
editUrl:
'https://github.com/testing-library/testing-library-docs/edit/master/',
'https://github.com/testing-library/testing-library-docs/edit/main/',
path: './docs',
sidebarPath: './sidebars.js',
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Users(props) {
if ((siteConfig.customFields.users || []).length === 0) {
return null
}
const editUrl = `${siteConfig.customFields.docsRepoUrl}/edit/master/docusaurus.config.js`
const editUrl = `${siteConfig.customFields.docsRepoUrl}/edit/main/docusaurus.config.js`
return (
<Layout
permalink="/users"
Expand Down

0 comments on commit ba1ae85

Please sign in to comment.