In the image attached, I am placing two urls into a single footnote. The second url is not aligned with the first one. Is there any way possible to do that?
MWE:
\documentclass[12pt,a4paper,notitlepage,oneside]{report}
\usepackage{url}
\usepackage{hyperref}
\begin{document}
We also implemented few relevant density-based\footnote{\url{https://msu.edu/dingyaoh/WebpageofGUI/FusionTool.htm},\\ \url{http://www.lx.it.pt/mtf/mixturecode.zip}} and classification-based\footnote{\url{http://www.ti3.tu-harburg.de/rump/intlab/}} methods to perform a robust comparative analysis.
\end{document}


