From 98a661eae41ed0ad7371ea8735cdc16a7341d8e5 Mon Sep 17 00:00:00 2001 From: Andrej Guran Date: Tue, 11 Aug 2020 22:49:04 +0100 Subject: [PATCH] fix typo in podman docs remove duplicate `https://`` --- site/content/en/docs/drivers/includes/podman_usage.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/drivers/includes/podman_usage.inc b/site/content/en/docs/drivers/includes/podman_usage.inc index f5befa1cd..309044c44 100644 --- a/site/content/en/docs/drivers/includes/podman_usage.inc +++ b/site/content/en/docs/drivers/includes/podman_usage.inc @@ -4,7 +4,7 @@ This is an experimental driver. Please use it only for experimental reasons unti ## Usage -It's recommended to run minikube with the podman driver and [CRI-O container runtime](https://https://cri-o.io/): +It's recommended to run minikube with the podman driver and [CRI-O container runtime](https://cri-o.io/): ```shell minikube start --driver=podman --container-runtime=cri-o -- GitLab