Skip to content

Commit

Permalink
Link PPN to K10plus OPAC (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Nov 21, 2024
1 parent c2e6929 commit 6af199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function submitEnrichments() {
<td>
<a
target="_blank"
:href="'https://kxp.k10plus.de/DB=2.1/CMD?ACT=SRCHM&IKT0=12&TRM0='+ state.ppn"><i-mdi-file /> {{ state.ppn }}</a>
:href="'https://opac.k10plus.de/DB=2.299/PPNSET?PPN='+ state.ppn"><i-mdi-file /> {{ state.ppn }}</a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 6af199e

Please sign in to comment.