I'm writing bibliography with the \thebibliography tag. I need to write an item for an URL. I'm writing it like this:
Code: Select all
\bibitem[WWW0007]{WWW0007}
IBM Releases Platform Resource Scheduler for OpenStack Cloud Management \\
\url{https://www.ibm.com/developerworks/community/blogs/ibmsyssw/entry/ibm_releases_platform_resource_scheduler_for_openstack_cloud_management?lang=en}
If I erase the \url tag it gets solved but I do (of course) need the URL. I've been told to use \thebibliography so this is a must.Underfull\hbox (badness 10000) in paragraph lines 312--314.
Thanks in advanced.