From b12ffe5ea0cc837486480cc040dc87b7e5b5606a Mon Sep 17 00:00:00 2001 From: Zhijie Yang Date: Fri, 5 Jul 2024 16:38:35 +0200 Subject: [PATCH] doc(cli-client): fix hyperlink in root README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642d67c0..78b30f46 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ i.e. you can ask the OCI Factory to build one version of the image, upload and release it to GHCR, Docker Hub, and ECR with different tracks, risks and EOL with a single command, but **not** multiple versions of the same image. -Further documentation regarding the CLI Client can be found in [src/cli-client/README.md]() +Further documentation regarding the CLI Client can be found [here](src/cli-client/README.md). Refer to the diagram below to understand the oci-factory workflow: ![OCI Factory Workflow](assets/img/oci-factory-workflow.png)