dev-docs: move into top-level dir (#924)

(cherry picked from commit b2f8f72f1e)
This commit is contained in:
Moritz Eckert 2023-01-10 14:18:41 +01:00 committed by Malte Poll
parent 13e6917f3a
commit d2bcf2194a
11 changed files with 5 additions and 5 deletions

View file

@ -16,8 +16,8 @@ Constellation is licensed under the [AGPLv3](LICENSE). When contributing, you al
We have some documentation, guidelines and conventions that you can go through to familiarize yourself with the project and get started hacking on it. We have some documentation, guidelines and conventions that you can go through to familiarize yourself with the project and get started hacking on it.
* Building, testing, deploying: [local development](/.github/docs/development.md) * Building, testing, deploying: [local development](/dev-docs/workflows/build-test-run.md)
* [Code conventions](/.github/docs/conventions.md#code-conventions) * [Code conventions](/dev-docs/conventions.md#code-conventions)
* [Process conventions](/.github/docs/conventions.md#process-conventions) * [Process conventions](/dev-docs/conventions.md#process-conventions)
* [Repository layout](/.github/docs/layout.md#repository-layout) * [Repository layout](/dev-docs/layout.md#repository-layout)
* [Upgrading Kubernetes](/.github/docs/upgrade-kubernetes.md) * [Upgrading Kubernetes](/dev-docs/workflows/upgrade-kubernetes.md)