Browse Source

Merge pull request #12352 from hashicorp/Jeff-Apple-patch-1

Fix broken link on Downloads page on wedsite
pull/12356/head
Jeff-Apple 3 years ago committed by GitHub
parent
commit
23a9db7adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/components/downloads-props/index.jsx

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

Loading…
Cancel
Save