aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-12-07 22:57:44 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-12-07 22:57:44 -0800
commit71a7d3cce4f94ffe51e6fbfbcfb1140594db06db (patch)
tree29968abb12c46bd24abfe3f447fe02043b089204 /CONTRIBUTING.md
parent12063dafef3d9028345801c7b17c1dabcc1113b0 (diff)
downloadhomer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.gz
homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.zst
homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.zip
Fix documentation link.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a744c8a..f29b7d8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ Feel free to open an issue if you have any question.
21 21
22### Code of conduct and guidelines 22### Code of conduct and guidelines
23 23
24First 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. 24First 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.
25 25
26For all contributions, please respect the following guidelines: 26For all contributions, please respect the following guidelines:
27 27
@@ -42,6 +42,6 @@ feel free to open an issue to present your idea.
42The general process to submit a contribution is as follow: 42The general process to submit a contribution is as follow:
431. Create your own fork of the code 431. Create your own fork of the code
442. Do the changes in your fork 442. Do the changes in your fork
453. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/master/.github/PULL_REQUEST_TEMPLATE.md) properly. 453. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/main/.github/PULL_REQUEST_TEMPLATE.md) properly.
46 46
47### Happy coding :metal: 47### Happy coding :metal: