kubevirt / kubevirt.github.io

KubeVirt website repo, documentation at https://kubevirt.io/user-guide/
https://kubevirt.io
MIT License
29 stars 110 forks source link

Missing link to adopter on index #842

Closed netmenya closed 2 years ago

netmenya commented 2 years ago

Is this a BUG REPORT or FEATURE REQUEST?: /kind bug

What happened: Logos of adopters (vendors, end users, ...) are wrapped in a link with empty href attribute.

Rendered code:

<a href="" class="kv-vendors" data-toggle="tooltip" data-placement="top" title="Red Hat, Inc.">
    <img src="./../assets/images/adopters/RedHatInc.png" alt="Red Hat, Inc.">
</a>

Source code:

<a href="{{ enduser.url }}"

The issue is with property name: url is used instead of link like it's defined in adopters data.

Anything else we need to know?:

See https://kubevirt.io, vendors / end users / integrations section.