Skip to content

Commit

Permalink
Merge pull request #165 from kitodo/CMR-955
Browse files Browse the repository at this point in the history
Use `https` for DNB URN Resolver

Resolves #164
Resolves https://jira.slub-dresden.de/browse/CMR-955
  • Loading branch information
claussni authored Mar 11, 2020
2 parents 50ae565 + 284ed92 commit 4c79830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Plugins/RelatedListTool/RelatedListTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function main($content, $conf)
// use urn link
$conf = array(
'useCacheHash' => 0,
'parameter' => 'http://nbn-resolving.de/' . $value['docId'],
'parameter' => 'https://nbn-resolving.de/' . $value['docId'],
'forceAbsoluteUrl' => true,
);
} else {
Expand Down

0 comments on commit 4c79830

Please sign in to comment.