Skip to content

Commit f7aa82a

Browse files
fixed "moved to" bug
1 parent dc6a25b commit f7aa82a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/updater/k10plusUpdater.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ outputErr = (err2) => {
236236
////////////////////////////////////////////////////////////////////////////
237237
// availabilityCheck for k10plus-api
238238
////////////////////////////////////////////////////////////////////////////
239-
let testURL = 'https://ws.gbv.de/suggest/csl2?query=pica.tit=Nacht&citationstyle=ieee&language=de&count=3';
240-
239+
let testURL = 'https://ws.gbv.de/suggest/csl2/?query=pica.tit=Nacht&citationstyle=ieee&language=de&count=3';
241240
https.get(testURL, res => {
242241
let testData = [];
243242
res.on('data', chunk => {

0 commit comments

Comments
 (0)