diff --git a/themes/fid_bbi/templates/RecordTab/holdingsils.phtml b/themes/fid_bbi/templates/RecordTab/holdingsils.phtml
index b83323fdee9fd60c87b7877eb47462e4ec38886d..f0604232d47c17d0d82a9b8d48cd1d7f5492da00 100644
--- a/themes/fid_bbi/templates/RecordTab/holdingsils.phtml
+++ b/themes/fid_bbi/templates/RecordTab/holdingsils.phtml
@@ -87,7 +87,7 @@ $isFree = in_array('Free', $this->driver->tryMethod('getFacetAvail'));
   <ul class="unstyled-list">
     <?php foreach ($onlineUrls as $current): ?>
       <li>
-        <a class="-icon" href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['link']))?>">
+        <a class="-icon" href="<?=$this->escapeHtmlAttr($current['link'])?>">
           <?=$this->icon('external-link')?>
           <?=$this->escapeHtml($current['text'])?>
         </a>