From 9216b79666f28961f6f8334797f6eb8ff555266b Mon Sep 17 00:00:00 2001 From: Jeff-Apple <79924108+Jeff-Apple@users.noreply.github.com> Date: Tue, 15 Feb 2022 07:45:47 -0800 Subject: [PATCH] Fix broken link on Downloads page on wedsite The link to the Kubernetes Quickstart guide had a typo (space character) in the URL. --- website/components/downloads-props/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/components/downloads-props/index.jsx b/website/components/downloads-props/index.jsx index eda0fbbec..047db15a0 100644 --- a/website/components/downloads-props/index.jsx +++ b/website/components/downloads-props/index.jsx @@ -22,7 +22,7 @@ export default function DownloadsProps(preMerchandisingSlot) { { label: 'Kubernetes Quickstart', href: - 'https: //learn.hashicorp.com/collections/consul/gs-consul-service-mesh', + 'https://learn.hashicorp.com/collections/consul/gs-consul-service-mesh', }, { label: 'View all Consul tutorials',