I want to link from my project Trac page to my javadoc index.html file, which is located inside the source repository. However I don't know how to link in such a way that the file will be rendered as a usual page. I tried
[source:.../index.html]and
[http://.../index.html]both just displays its content, as any other source file.
From Trac version 0.11 an onwards, the
[export:.../index.html](as answered by Gregory Pakosz) seems to be exactly what I need, however we currently work with 10.3 (with no intention to upgrade due to some broken functionality with templates). Is there any plugin to support it in 10.3 version?