Skip to content

Commit f443d08

Browse files
authored
Merge branch 'main' into Daniel-Mietchen-master-main-1762
2 parents 23223c9 + ce98f55 commit f443d08

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
.. |issues| image:: https://img.shields.io/github/issues/WDScholia/scholia.svg
2020
:target: https://github.com/WDscholia/scholia/issues
2121
:alt: GitHub issues
22-
.. |licence| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
23-
:target: https://github.com/WDscholia/scholia/blob/main/LICENSE
22+
.. |license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
23+
:target: https://github.com/WDscholia/scholia/blob/master/LICENSE
2424
:alt: License
2525
.. |docs| image:: https://readthedocs.org/projects/scholia/badge/?version=latest
2626
:target: https://scholia.readthedocs.io/en/latest/?badge=latest

scholia/app/templates/base.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,8 +1000,12 @@
10001000

10011001
<div class="container mt-3">
10021002

1003-
<div class="alert alert-warning" role="alert">
1003+
<!-- div class="alert alert-warning" role="alert">
10041004
As of April 2025, Scholia is affected by <a href="https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/WDQS_graph_split">the graph split of the Wikidata Query Service</a>. Scholia will not necessarily show updates or all data from Wikidata. We will work on updating Scholia in April.
1005+
</div -->
1006+
1007+
<div class="alert alert-primary" role="alert">
1008+
How do you and others use Scholia? Help us find out by taking the <a href="https://survey.wikimedia.it/index.php/179555">Scholia Survey</a>. It will run to the end of May 2025.
10051009
</div>
10061010

10071011
{% block page_content %}{% endblock %}

scholia/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
DEFAULTS = """
2121
[query-server]
2222
sparql_endpoint = https://query-legacy-full.wikidata.org/sparql
23-
sparql_editurl = https://query.wikidata.org/#
23+
sparql_editurl = https://query-legacy-full.wikidata.org/#
2424
sparql_embedurl = https://query-legacy-full.wikidata.org/embed.html#
2525
2626
[requests]

0 commit comments

Comments
 (0)