diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32ef4ea..ec64336 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index f6dc35a..8f69e34 100644 --- a/README.md +++ b/README.md @@ -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)" ``` ---- @@ -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