Skip to content

Commit

Permalink
s/master/main/g
Browse files Browse the repository at this point in the history
Reviewed By: strulovich

Differential Revision: D31018103

fbshipit-source-id: 9afdf413fd206e16b33e606f23892531c1bb42ac
  • Loading branch information
cgrushko authored and facebook-github-bot committed Sep 19, 2021
1 parent edc8ef3 commit 64776fa
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 @@ -5,7 +5,7 @@ possible.
## Pull Requests
We actively welcome your pull requests.

1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
Expand Down
4 changes: 2 additions & 2 deletions ktfmt_idea_plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<idea-plugin url="https://github.com/facebookincubator/ktfmt/tree/master/ktfmt_idea_plugin">
<idea-plugin url="https://github.com/facebookincubator/ktfmt/tree/main/ktfmt_idea_plugin">
<id>com.facebook.ktfmt_idea_plugin</id>
<name>ktfmt</name>
<vendor url="https://github.com/facebookincubator/ktfmt">Facebook</vendor>
Expand All @@ -24,4 +24,4 @@
<projectService serviceImplementation="com.facebook.ktfmt.intellij.KtfmtSettings"/>
</extensions>

</idea-plugin>
</idea-plugin>

0 comments on commit 64776fa

Please sign in to comment.