From 1792a9fe11075d584111715fef284c66e050f739 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Sat, 11 Sep 2021 09:44:40 +0200 Subject: [PATCH] runtime: Fix README link The LICENSE file lives in the project's root. Fixes #2612 Signed-off-by: Samuel Ortiz --- src/runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/README.md b/src/runtime/README.md index a13636096c..f8a3efe5d8 100644 --- a/src/runtime/README.md +++ b/src/runtime/README.md @@ -27,7 +27,7 @@ to work seamlessly with both Docker and Kubernetes respectively. The code is licensed under an Apache 2.0 license. -See [the license file](LICENSE) for further details. +See [the license file](../../LICENSE) for further details. ## Platform support