]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fix documentation link.
authorBastien Wirtz <bastien.wirtz@gmail.com>
Tue, 8 Dec 2020 06:57:44 +0000 (22:57 -0800)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Tue, 8 Dec 2020 06:57:44 +0000 (22:57 -0800)
.github/PULL_REQUEST_TEMPLATE.md
CONTRIBUTING.md

index 9a6fe4355c25aba6b90f58ecc589b9a8d3ea258e..07468630522add9917c2344585a94095f80c88e8 100644 (file)
@@ -12,7 +12,7 @@ Fixes # (issue)
 
 ## Checklist:
 
-- [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/CONTRIBUTING.md)
+- [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md)
 - [ ] I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers. 
 - [ ] I have made corresponding changes the documentation (README.md).
 - [ ] I've checked my modifications for any breaking changes, especially in the `config.yml` file
index a744c8afa408ff3101e1fe1a141e1f041dd21c59..f29b7d83a537538606c21aea29e2608b33404ef9 100644 (file)
@@ -21,7 +21,7 @@ Feel free to open an issue if you have any question.
 
 ### Code of conduct and guidelines
 
-First of all, we expect everyone (contributors and maintainers alike) to respect the [Code of conduct](https://github.com/bastienwirtz/homer/blob/master/CODE_OF_CONDUCT.md). It is not a recommendation, it is mandatory.
+First of all, we expect everyone (contributors and maintainers alike) to respect the [Code of conduct](https://github.com/bastienwirtz/homer/blob/main/CODE_OF_CONDUCT.md). It is not a recommendation, it is mandatory.
 
 For all contributions, please respect the following guidelines:
 
@@ -42,6 +42,6 @@ feel free to open an issue to present your idea.
 The general process to submit a contribution is as follow:
 1. Create your own fork of the code
 2. Do the changes in your fork
-3. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/master/.github/PULL_REQUEST_TEMPLATE.md) properly.
+3. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/main/.github/PULL_REQUEST_TEMPLATE.md) properly.
 
 ### Happy coding :metal: