Fix broken link on Downloads page on wedsite

The link to the Kubernetes Quickstart guide had a typo (space character) in the URL.
This commit is contained in:
Jeff-Apple 2022-02-15 07:45:47 -08:00 committed by GitHub
parent 2a973028ae
commit 9216b79666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',