gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

Backslash breaking project URL auto linking in `LICENSE.md`

Open mbrukman opened this issue 4 months ago • 0 comments
trafficstars

The URL pointing to another project in LICENSE.md is broken:

https://github.com/graphdeco-inria/gaussian-splatting/blob/54c035f7834b564019656c3e3fcc3646292f727d/LICENSE.md?plain=1#L89

which renders as:

Project code: https://github.com/Po-Hsun-Su/pytorch-ssim\

causing the broken link.

The easy solution here is to add a blank space between the URL and the backslash, though since this is in Markdown, the backslashes aren't necessary here (unclear what purpose they serve), and an alternative option to group text with URLs is to use bullet points.

mbrukman avatar Jul 02 '25 17:07 mbrukman