Skip to content

Commit

Permalink
Merge pull request sharu725#379 from NorthSecond/patch-1
Browse files Browse the repository at this point in the history
fix: A bug in the OSS contribution's link
  • Loading branch information
sharu725 authored Apr 29, 2023
2 parents 0d8fce9 + e3afbaf commit 4e015ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/oss-contributions.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="section-title">

<span class="project-title">
{% if contribution.link %}
<a href="{{ project.link }}" target="_blank">{{ contribution.title }}</a>
<a href="{{ contribution.link }}" target="_blank">{{ contribution.title }}</a>
{% else %}
{{ contribution.title }}
{% endif %}
Expand All @@ -37,4 +37,4 @@ <h2 class="section-title">

</section>
<!--//section-->
{% endif %}
{% endif %}

0 comments on commit 4e015ff

Please sign in to comment.