diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4897a429b8..f6d8c6bb13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ With GLES programs on Android, the built-in hooking method doesn't always work. # Code of Conduct -I want to ensure that anyone can contribute to RenderDoc with only the next bug to worry about. For that reason the project has adopted the [contributor covenent](CODE_OF_CONDUCT.md) as a code of conduct to be enforced for anyone taking part in RenderDoc development. If you have any queries in this regard you can get in touch with me [directly over email](mailto:baldurk@baldurk.org). +I want to ensure that anyone can contribute to RenderDoc with only the next bug to worry about. For that reason the project has adopted the [contributor covenent](docs/CODE_OF_CONDUCT.md) as a code of conduct to be enforced for anyone taking part in RenderDoc development. If you have any queries in this regard you can get in touch with me [directly over email](mailto:baldurk@baldurk.org). # Preparing commits diff --git a/README.md b/README.md index d8fb907f90..4d3dec7102 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To install on windows run the appropriate installer for your OS ([64-bit](https: * **Downloads**: https://renderdoc.org/builds ( [Symbol server](https://renderdoc.org/symbols) ) * **Documentation**: [HTML online](https://renderdoc.org/docs), [CHM in builds](https://renderdoc.org/docs/renderdoc.chm), [Videos](http://www.youtube.com/user/baldurkarlsson/) * **Contact**: [baldurk@baldurk.org](mailto:baldurk@baldurk.org), [#renderdoc on freenode IRC](https://kiwiirc.com/client/irc.freenode.net/#renderdoc) -* **Code of Conduct**: [Contributor Covenant](CODE_OF_CONDUCT.md) +* **Code of Conduct**: [Contributor Covenant](docs/CODE_OF_CONDUCT.md) * **Information for contributors**: [CONTRIBUTING.md](CONTRIBUTING.md), [Compilation instructions](CONTRIBUTING.md#compiling), [Roadmap](https://github.com/baldurk/renderdoc/wiki/Roadmap) Screenshots diff --git a/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to docs/CODE_OF_CONDUCT.md