Author: sebb
Date: Fri May 6 12:04:37 2016
New Revision: 1742530
URL: http://svn.apache.org/viewvc?rev=1742530&view=rev
Log:
Use complink instead of generic href link
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1742530&r1=1742529&r2=1742530&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Fri May 6 12:04:37 2016
@@ -168,7 +168,7 @@ Use parameter: <code>useRegexpForSampler
<li>You can now compute and store just the MD5 of embedded resources instead of storing
the entire response, this can be done by setting the property <code>httpsampler.embedded_resources_use_md5=true</code></li>
</ul>
<ch_title>Introduction of Sample Timeout feature</ch_title>
-<p>This new <a href="usermanual/component_reference.html#Sample_Timeout">Sample
Timeout</a> Pre-Processor allows you to apply a Timeout on the elements that are in
its scope.
+<p>This new <complink name="Sample Timeout"/> Pre-Processor allows you to apply
a Timeout on the elements that are in its scope.
In the screenshot below the 10 second timeout applies to the <code>Debug Sampler</code>
and <code>HTTP Request</code> elements.
</p>
<figure width="828" height="161" image="changes/3.0/sample_timeout.png" ></figure>
|