Skip to content

Commit

Permalink
Change master references to main
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Feb 11, 2021
1 parent f32f066 commit 9e371c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ and [Babel](https://babeljs.io))
to support a reasonable set of backward compatibility with older browsers.

Please read up on
[our current browser support guidance](https://github.com/cfpb/development/blob/master/guides/browser-support.md)
[our current browser support guidance](https://github.com/cfpb/development/blob/main/guides/browser-support.md)
and follow it when contributing to this project.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To install all of the template files, run the following script from the root of your project's directory:

```
bash -c "$(curl -s https://raw.githubusercontent.com/CFPB/development/master/open-source-template.sh)"
bash -c "$(curl -s https://raw.githubusercontent.com/CFPB/development/main/open-source-template.sh)"
```

----
Expand All @@ -39,7 +39,7 @@ Other things to include:

**Screenshot**: If the software has visual components, place a screenshot after the description; e.g.,

![](https://raw.githubusercontent.com/cfpb/open-source-project-template/master/screenshot.png)
![](https://raw.githubusercontent.com/cfpb/open-source-project-template/main/screenshot.png)


## Dependencies
Expand Down

0 comments on commit 9e371c0

Please sign in to comment.