diff options
author | Greg DeKoenigsberg <greg.dekoenigsberg@gmail.com> | 2017-09-08 20:33:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 20:33:48 +0200 |
commit | 75699f82e9b24d49f63c4ace3d469bac56a9b16e (patch) | |
tree | 34f20d0f41999fb47ab69de8a69231cdcb48b1dc | |
parent | Fixing code of conduct url (diff) | |
download | awx-75699f82e9b24d49f63c4ace3d469bac56a9b16e.tar.xz awx-75699f82e9b24d49f63c4ace3d469bac56a9b16e.zip |
update code of conduct url
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 821482d1b3..b5f6a86482 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ Have questions about this document or anything not covered here? Come chat with - You must use `git commit --signoff` for any commit to be merged, and agree that usage of --signoff constitutes agreement with the terms of [DCO 1.1](./DCO_1_1.md). - Take care to make sure no merge commits are in the submission, and use `git rebase` vs `git merge` for this reason. - If submitting a large code change, it's a good idea to join the `#ansible-awx` channel on irc.freenode.net, and talk about what you would like to do or add first. This not only helps everyone know what's going on, it also helps save time and effort, if the community decides some changes are needed. -- We ask all of our community members and contributors to adhere to the [Ansible code of conduct](http://docs.ansible.com/ansible/latest/community#community-code-of-conduct). If you have questions, or need assistance, please reach out to our community team at [codeofconduct@ansible.com](mailto:codeofconduct@ansible.com) +- We ask all of our community members and contributors to adhere to the [Ansible code of conduct](http://docs.ansible.com/ansible/latest/community/code_of_conduct.html). If you have questions, or need assistance, please reach out to our community team at [codeofconduct@ansible.com](mailto:codeofconduct@ansible.com) ## Setting up your development environment |