From d67a414b2b5713d9d70fb12b395d9ef73cf48d45 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Fri, 10 Sep 2021 10:41:53 +0800 Subject: [PATCH] src/runtime/README.md: Fix URL of Licence Fix URL of Licence of src/runtime/README.md. Fixes: #2326 Signed-off-by: Hui Zhu --- 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