[Tex/LaTex] BibTex: URL:s gets weird whitespace

bibliographiesspacingurls

Whenever I cite an online source in my text I encounter strange whitespace. For instance this reference:

@ONLINE{factsheet,
author = {Rachel Gill},
title = {Muscular dystrophy: how could stem cells help?},
url = {http://www.eurostemcell.org/factsheet/muscular-dystrophy-how-could-stem-cells-help},
note = {Last updated: 3 Mar 2016, (Used 12/4/2016)},
}

results in this pdf:
So much whitespace

Does anyone know what causes this to happen?

Thanks for your time!

Best Answer

(Too long for a comment, hence posted as an answer.)

I recommend you load the URL package with the options hyphens, spaces, and obeyspaces:

\usepackage[hyphens,spaces,obeyspaces]{url}

If you load the hyperref package as well, be sure to load it after url.