From 6d7799968e91c7be03270f397b111508ed978a62 Mon Sep 17 00:00:00 2001 From: Steven Wade Date: Mon, 1 May 2023 11:25:53 +0100 Subject: [PATCH] Fix contributing docs. Signed-off-by: Steven Wade --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76a0d94..2fcfd3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -KBOM is [Apache 2.0 licensed](https://github.com/fluxcd/flux2/blob/main/LICENSE) and +KBOM is [Apache 2.0 licensed](https://github.com/ksoclabs/kbom/blob/main/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. @@ -28,8 +28,7 @@ you can sign your commit automatically with `git commit -s`. ## Communications -To discuss ideas and specifications we use [Github -Discussions](https://github.com/ksoclabs/kbom/discussions). +To discuss ideas and specifications we use [GitHub Discussions](https://github.com/ksoclabs/kbom/discussions). ## How to run the KBOM generator in local environment