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 | |
parent | 12063dafef3d9028345801c7b17c1dabcc1113b0 (diff) | |
download | homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.gz homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.zst homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.zip |
Fix documentation link.
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 | ||||
-rw-r--r-- | CONTRIBUTING.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9a6fe43..0746863 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -12,7 +12,7 @@ Fixes # (issue) | |||
12 | 12 | ||
13 | ## Checklist: | 13 | ## Checklist: |
14 | 14 | ||
15 | - [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/CONTRIBUTING.md) | 15 | - [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) |
16 | - [ ] I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers. | 16 | - [ ] I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers. |
17 | - [ ] I have made corresponding changes the documentation (README.md). | 17 | - [ ] I have made corresponding changes the documentation (README.md). |
18 | - [ ] I've checked my modifications for any breaking changes, especially in the `config.yml` file | 18 | - [ ] I've checked my modifications for any breaking changes, especially in the `config.yml` file |
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: |