From 460eed4de90f09a6e512dbcdd6607f64c64f574f Mon Sep 17 00:00:00 2001 From: Morven Cao Date: Fri, 23 Dec 2022 16:18:08 +0800 Subject: [PATCH] fix broken link --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index 9efa84a4a3..9c1dd000de 100644 --- a/docs/design.md +++ b/docs/design.md @@ -76,7 +76,7 @@ When deciding between different design options, we follow the following principl * MicroShift does not bundle any OS user space! Bundling makes maintenance and security hard, breaks compliance. Instead, user space is provided by the host OS, the container image base layer or a sidecar container. ### Supported APIs -* See [enabled apis](./enable_apis.md) for the subset of OpenShift APIs enabled in MicroShift. +* See [enabled apis](./enabled_apis.md) for the subset of OpenShift APIs enabled in MicroShift. ### CLI * The `microshift` binary runs the Control Plane / Node process, it is not a tool to manage or be clients to those processes (like `oc` or `kubeadmin`). This is reflected in the sub-commands and paraemters offered by it, e.g. using the `run` verb (which implies run-to-cancel/run-to-completion) instead of `start`/`stop` verb-pairs (which imply asynch commands that return immediately).