This file is indexed.

/usr/share/SuperCollider/HelpSource/BrokenLink.html is in supercollider-common 1:3.8.0~repack-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
    <title>Broken link</title>
    <link rel='stylesheet' href='./scdoc.css' type='text/css' />
    <link rel='stylesheet' href='./custom.css' type='text/css' />
    <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<noscript>
<p>Sorry, that link was broken..
</noscript>
<script type="text/javascript">
function didLoad() {
    document.getElementById("link").innerHTML = window.location.hash.slice(1);
}
</script>
</head>
<body onload="didLoad()">
<div class='contents'>
<div class='header'>
    <h1>Broken link!</h1>
</div>
<p><span class="soft">Could not find:</span>
<div id="link"></div>
</div>
</body>
</html>