1
0
mirror of synced 2026-02-14 13:36:57 +00:00

add symlink and make it work

This commit is contained in:
Daniel Holbach
2020-07-03 14:09:30 +02:00
parent e8eef73212
commit a4ca813cf5
3 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Contributing # Contributing
FluxCD toolkit is [Apache 2.0 licensed](LICENSE) and accepts contributions FluxCD toolkit is [Apache 2.0 licensed](https://github.com/fluxcd/toolkit/blob/master/LICENSE)
via GitHub pull requests. This document outlines some of the conventions on and accepts contributions via GitHub pull requests. This document outlines
to make it easier to get your contribution accepted. 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 We gratefully welcome improvements to issues and documentation as well as to
code. code.

1
docs/contributing/index.md Symbolic link
View File

@@ -0,0 +1 @@
../../CONTRIBUTING.md

View File

@@ -90,3 +90,4 @@ nav:
- Sync source git: cmd/tk_sync_source_git.md - Sync source git: cmd/tk_sync_source_git.md
- Uninstall: cmd/tk_uninstall.md - Uninstall: cmd/tk_uninstall.md
- Roadmap: roadmap/index.md - Roadmap: roadmap/index.md
- Contributing: contributing/index.md