Skip to content

Commit

Permalink
Move master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
imbstack committed Aug 5, 2020
1 parent 4407025 commit 0c46947
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Welcome to the team!
[bugsahoy]: https://www.joshmatthews.net/bugsahoy/?taskcluster=1
[goodfirstbug]: http://www.joshmatthews.net/bugsahoy/?taskcluster=1&simple=1
[irc]: https://wiki.mozilla.org/IRC
[bestpractices]: https://github.com/taskcluster/taskcluster/tree/master/dev-docs/best-practices/
[testing]: https://github.com/taskcluster/taskcluster/blob/master/dev-docs/best-practices/testing.md
[commit]: https://github.com/taskcluster/taskcluster/blob/master/dev-docs/best-practices/commits.md
[bestpractices]: https://github.com/taskcluster/taskcluster/tree/main/dev-docs/best-practices/
[testing]: https://github.com/taskcluster/taskcluster/blob/main/dev-docs/best-practices/testing.md
[commit]: https://github.com/taskcluster/taskcluster/blob/main/dev-docs/best-practices/commits.md

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The URL does not resolve.

JS Usage
--------
[![Node.js Build Status](https://travis-ci.org/taskcluster/taskcluster-lib-urls.svg?branch=master)](https://travis-ci.org/taskcluster/taskcluster-lib-urls)
[![Node.js Build Status](https://travis-ci.org/taskcluster/taskcluster-lib-urls.svg?branch=main)](https://travis-ci.org/taskcluster/taskcluster-lib-urls)
[![npm](https://img.shields.io/npm/v/taskcluster-lib-urls.svg?maxAge=2592000)](https://www.npmjs.com/package/taskcluster-lib-urls)

This package exports several methods for generating URLs conditionally based on
Expand Down Expand Up @@ -267,4 +267,4 @@ Make sure to update [the changelog](https://github.com/taskcluster/taskcluster-l
License
-------
[Mozilla Public License Version 2.0](https://github.com/taskcluster/taskcluster-lib-urls/blob/master/LICENSE)
[Mozilla Public License Version 2.0](https://github.com/taskcluster/taskcluster-lib-urls/blob/main/LICENSE)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<scm.branch>master</scm.branch>
<scm.branch>main</scm.branch>
</properties>
<scm>
<url>https://github.com/taskcluster/taskcluster-lib-urls/tree/${scm.branch}</url>
Expand Down

0 comments on commit 0c46947

Please sign in to comment.