Author: jerome Date: Tue Dec 6 13:42:25 2005 New Revision: 354575 URL: http://svn.apache.org/viewcvs?rev=354575&view=rev Log: NUTCH-112, link to cached content changed to relative (C. Mattmann)
Modified: lucene/nutch/trunk/src/web/jsp/cached.jsp Modified: lucene/nutch/trunk/src/web/jsp/cached.jsp URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/cached.jsp?rev=354575&r1=354574&r2=354575&view=diff ============================================================================== --- lucene/nutch/trunk/src/web/jsp/cached.jsp (original) +++ lucene/nutch/trunk/src/web/jsp/cached.jsp Tue Dec 6 13:42:25 2005 @@ -74,6 +74,6 @@ <% } else { %> The cached content has mime type "<%=contentType%>", -click this <a href="/servlet/cached?<%=id%>">link</a> to download it directly. +click this <a href="./servlet/cached?<%=id%>">link</a> to download it directly. <% } %>