diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2021-01-19 19:14:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 16:14:37 -0800 |
commit | 0f212dfc69306688afa5057e3179aed5af3edc85 (patch) | |
tree | 957792f31fb8fb5dd8932fbfda745677466b0399 /Contributing.md | |
parent | 2488b523216600b4de2fe1e33ad695b337f8b9f8 (diff) | |
download | binaryen-0f212dfc69306688afa5057e3179aed5af3edc85.tar.gz binaryen-0f212dfc69306688afa5057e3179aed5af3edc85.tar.bz2 binaryen-0f212dfc69306688afa5057e3179aed5af3edc85.zip |
Replace "master" with "main" in scripts and docs (#3502)
We have updated the default branch name from "master" to "main." This PR updates
scripts, configurations, and docs to reflect this change.
Diffstat (limited to 'Contributing.md')
-rw-r--r-- | Contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Contributing.md b/Contributing.md index 626efc3ad..6a738f9a3 100644 --- a/Contributing.md +++ b/Contributing.md @@ -3,7 +3,7 @@ Interested in participating? Please follow [the same contributing guidelines as the design repository][]. - [the same contributing guidelines as the design repository]: https://github.com/WebAssembly/design/blob/master/Contributing.md + [the same contributing guidelines as the design repository]: https://github.com/WebAssembly/design/blob/main/Contributing.md Also, please be sure to read [the README.md](README.md) for this repository. |