diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-12-07 22:57:44 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-12-07 22:57:44 -0800 |
commit | 71a7d3cce4f94ffe51e6fbfbcfb1140594db06db (patch) | |
tree | 29968abb12c46bd24abfe3f447fe02043b089204 /CONTRIBUTING.md | |
parent | 12063dafef3d9028345801c7b17c1dabcc1113b0 (diff) | |
download | homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.gz homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.zst homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.zip |
Fix documentation link.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
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 | ||
24 | 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. | 24 | 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. |
25 | 25 | ||
26 | For all contributions, please respect the following guidelines: | 26 | For all contributions, please respect the following guidelines: |
27 | 27 | ||
@@ -42,6 +42,6 @@ feel free to open an issue to present your idea. | |||
42 | The general process to submit a contribution is as follow: | 42 | The general process to submit a contribution is as follow: |
43 | 1. Create your own fork of the code | 43 | 1. Create your own fork of the code |
44 | 2. Do the changes in your fork | 44 | 2. Do the changes in your fork |
45 | 3. Make sure to fill the [pull request description](https://github.com/bastienwirtz/homer/blob/master/.github/PULL_REQUEST_TEMPLATE.md) properly. | 45 | 3. 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: |