Unity Script Reference Broken Link

Reporting a broken link. The RaycastHit page (http://unity3d.com/Documentation/ScriptReference/RaycastHit.html) has a link to the Physics.LineCast page (http://unity3d.com/Documentation/ScriptReference/Physics.LineCast.html?from=RaycastHit), which is a broken link.

It should point to http://unity3d.com/Documentation/ScriptReference/Physics.Linecast.html (notice the capitalization difference). Thanks.

Thanks for the bug report, I’ve submitted it to our bug database. Please note that it doesn’t appear to be a problem in the docs installed with Unity on my end (Unity 1.6.1). In the future if you find issues like this then please feel free to submit them directly yourself using Help > Report a Problem from within Unity. Thanks!

It doesn’t appear on the local documentation because OS X is not case-sensitive. Your web server, apparently, is case-sensitive (as most are). The typo does exist in the local documentation, it just doesn’t break anything.

Yes, you are correct StarManta…