Skip to content

Commit

Permalink
Merge pull request #730 from aholachek/orcid-link
Browse files Browse the repository at this point in the history
fix orcid.org link
  • Loading branch information
aholachek committed Dec 29, 2015
2 parents 5492baf + 42871dd commit b85666e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/widgets/navbar/template/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 class="sr-only"> Link to the Astrophysics Data System Home Page</h1>
</li>
{{#if orcidURI}}
<li>
<a href="http://orcid.org/{{orcidURI}}" target="_blank" >View my ORCID profile on orcid.org </a>
<a href="https://orcid.org/my-orcid" target="_blank" >View my ORCID profile on orcid.org </a>
</li>
{{/if}}
<li>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h1 class="sr-only"> Link to the Astrophysics Data System Home Page</h1>
</li>
{{#if orcidURI}}
<li>
<a href="http://orcid.org/{{orcidURI}}" target="_blank" >View my ORCID profile on orcid.org </a>
<a href="https://orcid.org/my-orcid" target="_blank" >View my ORCID profile on orcid.org </a>
</li>
{{/if}}
<li>
Expand Down

0 comments on commit b85666e

Please sign in to comment.