From edf20766d15d58972793620dcc16ee6139c668a6 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 28 Feb 2022 16:07:12 +0000 Subject: [PATCH] docs: Update Readme document This PR updates the README document by using the proper link for the contributing guide as well as a misspelling. Fixes #3791 Signed-off-by: Gabriela Cervantes --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5ccddda8b6..973a00b839 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,9 +21,9 @@ See the [tracing documentation](tracing.md). * [Limitations](Limitations.md): differences and limitations compared with the default [Docker](https://www.docker.com/) runtime, [`runc`](https://github.com/opencontainers/runc). -### Howto guides +### How-to guides -See the [howto documentation](how-to). +See the [how-to documentation](how-to). ## Kata Use-Cases @@ -48,7 +48,7 @@ Documents that help to understand and contribute to Kata Containers. ### How to Contribute * [Developer Guide](Developer-Guide.md): Setup the Kata Containers developing environments -* [How to contribute to Kata Containers](https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md) +* [How to contribute to Kata Containers](https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md) * [Code of Conduct](../CODE_OF_CONDUCT.md) ## Help Writing a Code PR