Skip to content

Commit

Permalink
Change the url to the online library
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Sep 3, 2024
1 parent 9b43913 commit 022b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/catalog/layout/fop.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"Return an url given a `record-id`"
[record-id]
(let [api-key "c97386a2-914a-40c2-bd8d-df4c273175e6"]
(format "http://online.sbs.ch/iguana/www.main.cls?v=%s&sUrl=search%%23RecordId=%s"
(format "https://online.sbs.ch/iguana/www.main.cls?v=%s&surl=search&p=*#recordId=%s"
api-key
(string/replace record-id "/" "."))))

Expand Down

0 comments on commit 022b676

Please sign in to comment.