From 8a2e1189fbceaa872a3a669aa440990544c3cf23 Mon Sep 17 00:00:00 2001
From: Sean Knight <git@seanknight.com>
Date: Tue, 7 Feb 2023 17:55:10 -0800
Subject: [PATCH] correct typo hhttps -> https (#9763)

---
 contrib/terraform/equinix/sample-inventory/cluster.tfvars | 2 +-
 docs/ci-setup.md                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/terraform/equinix/sample-inventory/cluster.tfvars b/contrib/terraform/equinix/sample-inventory/cluster.tfvars
index c20aeb231..4e583f1a6 100644
--- a/contrib/terraform/equinix/sample-inventory/cluster.tfvars
+++ b/contrib/terraform/equinix/sample-inventory/cluster.tfvars
@@ -1,7 +1,7 @@
 # your Kubernetes cluster name here
 cluster_name = "mycluster"
 
-# Your Equinix Metal project ID. See hhttps://metal.equinix.com/developers/docs/accounts/
+# Your Equinix Metal project ID. See https://metal.equinix.com/developers/docs/accounts/
 equinix_metal_project_id = "Example-Project-Id"
 
 # The public SSH key to be uploaded into authorized_keys in bare metal Equinix Metal nodes provisioned
diff --git a/docs/ci-setup.md b/docs/ci-setup.md
index 452aedf4c..defd23c10 100644
--- a/docs/ci-setup.md
+++ b/docs/ci-setup.md
@@ -39,7 +39,7 @@ The following files are used for that inventory:
 # your Kubernetes cluster name here
 cluster_name = "ci"
 
-# Your Equinix Metal project ID. See hhttps://metal.equinix.com/developers/docs/accounts/
+# Your Equinix Metal project ID. See https://metal.equinix.com/developers/docs/accounts/
 equinix_metal_project_id = "_redacted_"
 
 # The public SSH key to be uploaded into authorized_keys in bare metal Equinix Metal nodes provisioned
-- 
GitLab