diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 837f07556eaf8110ddae8a048e565a983abb7a1c..2ba7a66de7c936861ac63842b604a3c21d36bf55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ # Contributing -FluxCD toolkit is [Apache 2.0 licensed](LICENSE) and accepts contributions -via GitHub pull requests. This document outlines some of the conventions on -to make it easier to get your contribution accepted. +FluxCD toolkit is [Apache 2.0 licensed](https://github.com/fluxcd/toolkit/blob/master/LICENSE) +and accepts contributions via GitHub pull requests. This document outlines +some of the conventions on to make it easier to get your contribution accepted. We gratefully welcome improvements to issues and documentation as well as to code. diff --git a/docs/contributing/index.md b/docs/contributing/index.md new file mode 120000 index 0000000000000000000000000000000000000000..f939e75f21a8badb5c40f527abd0e098fe9bc472 --- /dev/null +++ b/docs/contributing/index.md @@ -0,0 +1 @@ +../../CONTRIBUTING.md \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a02ea24009714eddf7e69272af5f11768e959cf8..daed97b2562084a796b2ab82075ac0debd5f94c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,3 +90,4 @@ nav: - Sync source git: cmd/tk_sync_source_git.md - Uninstall: cmd/tk_uninstall.md - Roadmap: roadmap/index.md + - Contributing: contributing/index.md