mirror of https://github.com/status-im/consul.git
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
e7d1ac0ce8
commit
f42a90f980
|
@ -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…
Reference in New Issue