Adding the missing double quote in href-"Go to Certification" button

Section: CKA course
This commit is contained in:
divyabhushan
2020-05-22 16:50:44 +02:00
parent c9dade8b50
commit 98d8d5fdfb
+1 -1
View File
@@ -97,7 +97,7 @@ class: training
</h5>
<p>The Certified Kubernetes Administrator (CKA) program provides assurance that CKAs have the skills, knowledge, and competency to perform the responsibilities of Kubernetes administrators.</p>
<br>
<a href=https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/" target="_blank" class="button">Go to Certification</a>
<a href="https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/" target="_blank" class="button">Go to Certification</a>
</center>
</div>
</div>