summaryrefslogtreecommitdiff
path: root/Contributing.md
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2021-01-19 19:14:37 -0500
committerGitHub <noreply@github.com>2021-01-19 16:14:37 -0800
commit0f212dfc69306688afa5057e3179aed5af3edc85 (patch)
tree957792f31fb8fb5dd8932fbfda745677466b0399 /Contributing.md
parent2488b523216600b4de2fe1e33ad695b337f8b9f8 (diff)
downloadbinaryen-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.md2
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.