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:
parent
2a973028ae
commit
9216b79666
|
@ -22,7 +22,7 @@ export default function DownloadsProps(preMerchandisingSlot) {
|
||||||
{
|
{
|
||||||
label: 'Kubernetes Quickstart',
|
label: 'Kubernetes Quickstart',
|
||||||
href:
|
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',
|
label: 'View all Consul tutorials',
|
||||||
|
|
Loading…
Reference in New Issue