Skip to content

Commit 486d8f5

Browse files
authored
Merge pull request #21127 from divyabhushan/master
Adding the missing double quote in href-"Go to Certification" button on CKA course #21126
2 parents 486dd61 + 98d8d5f commit 486d8f5

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)