As I see in the GitHub documentation file Roblox Creator Docs use `(PATH)` syntax to link to another class documentation.
It seems that it’s not working correctly when used inside raw HTML objects (eg. table as in the GamePassService example, where references are not created in the table).
As you can see in the picture - reference 1 uses the same syntax as reference 2 but the documentation site does not insert reference in the case of reference 2. Both references’ syntax is `Class.MarketplaceService:UserOwnsGamePassAsync()`
It’s kinda deprecated. Just like the doc site mentions - you should probably use MarketplaceService.
But the report is not about usage. It’s about Creator Docs syntax not working correctly within html tags and that’s just an example, so use case doesn’t seem relevant at this poiny