Skip to content

Commit

Permalink
Merge pull request #78 from rbowen/patch-1
Browse files Browse the repository at this point in the history
Fix SDDI URL as per #69
  • Loading branch information
celestehorgan authored Jun 1, 2021
2 parents c7d1d52 + ffa83dd commit 97660e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/logos.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a href="https://redhat.com" target="_blank" rel="noopener"><img src="/img/logos/redhat-color.svg" title="Red Hat" /></a>
</div>
<div class="mt-4 col col-md-4 col-6">
<a href="https://sddi.org" target="_blank" rel="noopener"><img src="/img/logos/sddi-color.svg" title="Software Developer Diversity and Inclusion" /></a>
<a href="https://sddiproject.org/" target="_blank" rel="noopener"><img src="/img/logos/sddi-color.svg" title="Software Developer Diversity and Inclusion" /></a>
</div>
<div class="mt-4 col col-md-4 col-6">
<a href="https://vmware.com" target="_blank" rel="noopener"><img src="/img/logos/vmware.png" title="VMWare" /></a>
Expand Down

0 comments on commit 97660e1

Please sign in to comment.