Skip to content

Commit

Permalink
fix orcid id url
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Mar 25, 2024
1 parent b22ca4f commit 2bcaba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/affiliation/affiliations.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1 id="page-heading" class="mt-3" i18n="@@gatewayApp.assertionServiceAssertion.
<td>{{ affiliation.email }}</td>
<td>
<span *ngIf="affiliation.orcidId"
><a href="{{ orcidBaseUrl }}/{{ affiliation.orcidId }}" target="_blank"
><a href="https://{{ orcidBaseUrl }}/{{ affiliation.orcidId }}" target="_blank"
>{{ orcidBaseUrl }}/{{ affiliation.orcidId }}</a
></span
>
Expand Down

0 comments on commit 2bcaba7

Please sign in to comment.