Skip to content

Commit

Permalink
IM-99 fixed solr url
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Oct 18, 2023
1 parent a46be2a commit e8e85ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/resources/his-error.xed
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<li>Kapitel in
<ul>
<li><a href="servlets/solr/select?core=main&amp;q=genre%3Achapter+AND+host_genre%3Aseries&amp;wt=xml">Serie</a></li>
<li><a href="servlets/solr/select?core=main&amp;q=genre%3Achapter+AND+-host_genre%3Abook&amp;wt=xml">Buch</a></li>
<li><a href="servlets/solr/select?core=main&amp;q=genre%3Achapter+AND+-host_genre%3Areport&amp;wt=xml">Report</a></li>
<li><a href="servlets/solr/select?core=main&amp;q=genre%3Achapter+AND+host_genre%3Abook&amp;wt=xml">Buch</a></li>
<li><a href="servlets/solr/select?core=main&amp;q=genre%3Achapter+AND+host_genre%3Areport&amp;wt=xml">Report</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit e8e85ac

Please sign in to comment.