Hide Forgot
Created attachment 527524 [details] Patch to fix the links Description of problem: Two links Cloud.xml are broken during the conversion Version-Release number of selected component (if applicable): git master How reproducible: always Steps to Reproduce: Open Cloud.xml in the text editor, go to line 31. Actual results: (<ulink url="http://deltacloud.org).">http://deltacloud.org).</ulink> <ulink url="http://www.cs.wisc.edu/condor/)">http://www.cs.wisc.edu/condor/)</ulink> Expected results: (<ulink url="http://deltacloud.org">http://deltacloud.org</ulink>). <ulink url="http://www.cs.wisc.edu/condor/">http://www.cs.wisc.edu/condor/</ulink>) Additional info: Thanks for correcting the links.
Already fixed in git - should appear on fedorapeople tonight