Update of /cvsroot/htmlparser/htmlparser/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30634/docs
Modified Files:
samples.html
Log Message:
Fix link to StringExtractor.
Index: samples.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/samples.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** samples.html 4 Jan 2004 03:23:08 -0000 1.1
--- samples.html 10 Jan 2005 00:43:24 -0000 1.2
***************
*** 57,61 ****
<td>
<i>Extract text from a web page.</i><br>
! <a href="../javadoc/org/htmlparser/parserapplications/LinkExtractor.html" target="_parent">org.htmlparser.parserapplications.StringExtractor</a>
<pre>
<code>bin/stringextractor http://website_url [-links]</code>
--- 57,61 ----
<td>
<i>Extract text from a web page.</i><br>
! <a href="../javadoc/org/htmlparser/parserapplications/StringExtractor.html" target="_parent">org.htmlparser.parserapplications.StringExtractor</a>
<pre>
<code>bin/stringextractor http://website_url [-links]</code>
|