Author: pmouawad
Date: Sat Mar 7 13:55:49 2015
New Revision: 1664848
URL: http://svn.apache.org/r1664848
Log:
Update broken links .
Should we copy/paste here the OrO pages in attic as they are not available
online ?
Modified:
jmeter/trunk/xdocs/usermanual/regular_expressions.xml
Modified: jmeter/trunk/xdocs/usermanual/regular_expressions.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/regular_expressions.xml?rev=1664848&r1=1664847&r2=1664848&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/regular_expressions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/regular_expressions.xml Sat Mar 7 13:55:49
2015
@@ -30,10 +30,10 @@
<section name="§-num;. Regular Expressions" anchor="regex">
<subsection name="§-num;.1 Overview" anchor="overview">
<p>
-JMeter includes the pattern matching software <a
href="http://jakarta.apache.org/oro/">Apache Jakarta ORO</a>
+JMeter includes the pattern matching software <a
href="http://attic.apache.org/projects/jakarta-oro.html">Apache Jakarta ORO</a>
<br/>
There is some documentation for this on the Jakarta web-site, for example
-<a
href="http://jakarta.apache.org/oro/api/org/apache/oro/text/regex/package-summary.html">
+<a
href="http://archimedes.fas.harvard.edu/scrapbook/jakarta-oro-2.0.6/docs/api/org/apache/oro/text/regex/package-summary.html">
a summary of the pattern matching characters</a>
</p>
<p>
@@ -236,7 +236,7 @@ Since JMeter 2.4, the listener <a href="
include a RegExp Tester to test regular expressions directly on sampler
response data.
</p>
<p>
-There is a <a href="http://jakarta.apache.org/oro/demo.html">demo</a> applet
for Apache JMeter ORO.
+There is a <a
href="http://www.regexplanet.com/advanced/java/index.html">Website</a> to test
Java Regular expressions.
</p>
<p>
Another approach is to use a simple test plan to test the regular expressions.