From 31164eeedf204920a63c5cc88b2f5ed5b98e04d9 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 14 Sep 2022 13:10:14 +0100 Subject: [PATCH] doc: workaround link checker - Update crictl to remove backticks Signed-off-by: stevenhorsman --- docs/how-to/how-to-build-and-test-ccv0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-build-and-test-ccv0.md b/docs/how-to/how-to-build-and-test-ccv0.md index 6d32d95aef..64792205a9 100644 --- a/docs/how-to/how-to-build-and-test-ccv0.md +++ b/docs/how-to/how-to-build-and-test-ccv0.md @@ -49,7 +49,7 @@ $ chmod u+x ccv0.sh or [Kubernetes](#using-kubernetes-for-end-to-end-provisioning-of-a-kata-confidential-containers-pod-with-an-unencrypted-image) and then test and use it. -### Using `crictl` for end-to-end provisioning of a Kata confidential containers pod with an unencrypted image +### Using crictl for end-to-end provisioning of a Kata confidential containers pod with an unencrypted image - Run the full build process with Kubernetes turned off, so its configuration doesn't interfere with `crictl` using: ```bash