We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7586363 commit 4149a90Copy full SHA for 4149a90
1 file changed
_layouts/author-page.html
@@ -35,7 +35,7 @@ <h1 id="title"> {{ page.username }}</h1>
35
<li><b>Google Scholar</b>: <a href="https://scholar.google.com/citations?hl=en&user={{page.googlescholar}}" target="_blank">{{page.googlescholar}}</a></li>
36
{% endif %}
37
{% if page.wikidata %}
38
- <li><b>Wikidata</b>: <a href="https://scholia.toolforge.org/author/{{page.wikidata}}" target="_blank">{{page.wikidata}}</a></li>
+ <li><b>Wikidata</b>: <a href="https://qlever.scholia.wiki/author/{{page.wikidata}}" target="_blank">{{page.wikidata}}</a></li>
39
40
{% if page.twitter %}
41
<li><b>Twitter</b>: <a href="https://twitter.com/{{page.twitter}}" target="_blank">{{page.twitter}}</a></li>
0 commit comments