From b86480a1e0251d3dc18daafdf17d16388ca43528 Mon Sep 17 00:00:00 2001 From: Zakaria Mansouri Date: Sat, 29 May 2021 14:33:28 +0200 Subject: [PATCH] changed master to main everywhere in the repo --- .github/CONTRIBUTING.md | 6 +++--- README.md | 2 +- data/models/projects/ReadMe.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 81b9b2545..c7368dcc5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing to dzcode.io Contributions are always welcome. Before contributing please read the -[code of conduct](https://github.com/dzcode-io/dzcode.io/blob/master/.github/CODE_OF_CONDUCT.md) & +[code of conduct](https://github.com/dzcode-io/dzcode.io/blob/main/.github/CODE_OF_CONDUCT.md) & [search the issue tracker](https://github.com/dzcode-io/dzcode.io/issues); your issue -may have already been discussed or fixed in `master`. To contribute, +may have already been discussed or fixed in `main`. To contribute, [fork](https://help.github.com/articles/fork-a-repo/) dzcode.io, commit your changes, & [send a pull request](https://help.github.com/articles/using-pull-requests/). @@ -49,4 +49,4 @@ established in the code. [JSDoc-style](http://www.2ality.com/2011/08/jsdoc-intro.html) comments for functions. -Guidelines are following the [.editorconfig](https://github.com/dzcode-io/dzcode.io/blob/master/.editorconfig) file. +Guidelines are following the [.editorconfig](https://github.com/dzcode-io/dzcode.io/blob/main/.editorconfig) file. diff --git a/README.md b/README.md index bdd22fdd8..4ac1c24fd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ yarn dev ## Contributing -To get started see [the contributing guidelines](https://github.com/dzcode-io/dzcode.io/blob/master/.github/CONTRIBUTING.md). +To get started see [the contributing guidelines](https://github.com/dzcode-io/dzcode.io/blob/main/.github/CONTRIBUTING.md). ### Before You Create a Pull Request diff --git a/data/models/projects/ReadMe.md b/data/models/projects/ReadMe.md index 66f65ce0d..4d253a15a 100644 --- a/data/models/projects/ReadMe.md +++ b/data/models/projects/ReadMe.md @@ -21,7 +21,7 @@ All you need is a **_Good Project_**. ## Adding Your project To Dzcode -Projects on **[dzCode.io](https://dzcode.io)** are found under the folder `data/projects` of our **[dzcode.io Github repo](https://github.com/dzcode-io/dzcode.io/tree/master/data/projects)**. +Projects on **[dzCode.io](https://dzcode.io)** are found under the folder `data/projects` of our **[dzcode.io Github repo](https://github.com/dzcode-io/dzcode.io/tree/main/data/projects)**. To add new project simply do the following: