Browse Source

website: add link to certification on /community (#7807)

pull/8553/head
Kyle MacDonald 4 years ago committed by GitHub
parent
commit
4d84e9d309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      website/pages/community/index.jsx

5
website/pages/community/index.jsx

@ -35,6 +35,11 @@ export default function CommunityPage() {
body:
'Paid [HashiCorp training courses](https://www.hashicorp.com/training) are also available in a city near you. Private training courses are also available.',
},
{
header: 'Certification',
body:
"Learn more about our [Cloud Engineer Certification program](https://www.hashicorp.com/certification/) and [HashiCorp's Networking Automation Certification ](https://www.hashicorp.com/certification/consul-associate/) exams.",
},
]}
/>
</div>

Loading…
Cancel
Save