head-header: Fix missing "View On Github" link
Without this commit, the button goes to kubernetes.io home page.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<main data-auto-burger="primary">
|
<main data-auto-burger="primary">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
|
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
|
||||||
<a href="" class="button" data-auto-burger-exclude>View On Github</a>
|
<a href="https://github.com/kubernetes/kubernetes" class="button" data-auto-burger-exclude>View On Github</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
|||||||
Reference in New Issue
Block a user