From 6d9f9cc407426989da19b1e078f1b955a307f04f Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 5 Jun 2025 10:13:32 +0200 Subject: [PATCH] docs(README.md): Use absolute link for LICENSE Use an absolute link for the LICENSE so it can be accessed when looking at the README.md on Ansible Galaxy. Signed-off-by: Felix Matouschek --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44fd7e0..e9311c6 100644 --- a/README.md +++ b/README.md @@ -114,4 +114,4 @@ Every voice is important. If you have something on your mind, create an issue or Apache License 2.0 -See [LICENSE](./LICENSE) to see the full text. +See [LICENSE](https://github.com/kubevirt/kubevirt.core/blob/main/LICENSE) to see the full text.