I did my seach but couldn\'t find the right answer... How can I use link to a resource text file in Javadoc. {@link easywords.txt} doesn\'t work.
{@link easywords.txt}
Try <a href="file:///D:/NetBeans/HMan/easy.txt">Easy words</a> instead.
<a href="file:///D:/NetBeans/HMan/easy.txt">Easy words</a>
A Link should be a URL.
The browser may think D would be protocol to handle requests.
D
For literature: http://en.wikipedia.org/wiki/File_URI_scheme