Hello,
Dear user, thank you for your report, bug was fixed.
you need to do few simple steps, go to:
your site -> components/com_booklibrary/booklibrary.html
line 2159
Change this
<a href="<?php echo sefRelToAbs('index.php?option=com_booklibrary&task=mdownload&id='. $book->id); ?>" target="blank">
to this
<a href="<?php echo sefRelToAbs($book->ebookURL); ?>" target="blank">
Thanks,
OrdaSoft team