Skip to content

Commit 98d8d5f

Browse files
committed
Adding the missing double quote in href-"Go to Certification" button
Section: CKA course
1 parent c9dade8 commit 98d8d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/training/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h5>
9797
</h5>
9898
<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>
9999
<br>
100-
<a href=https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/" target="_blank" class="button">Go to Certification</a>
100+
<a href="https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/" target="_blank" class="button">Go to Certification</a>
101101
</center>
102102
</div>
103103
</div>

0 commit comments

Comments
 (0)