Author: pmouawad
Date: Tue Nov 20 21:37:33 2012
New Revision: 1411897

URL: http://svn.apache.org/viewvc?rev=1411897&view=rev
Log:
Fix broken links

Modified:
    jmeter/trunk/xdocs/stylesheets/site.vsl
    jmeter/trunk/xdocs/stylesheets/site_printable.vsl
    jmeter/trunk/xdocs/usermanual/component_reference.xml
    jmeter/trunk/xdocs/usermanual/test_plan.xml

Modified: jmeter/trunk/xdocs/stylesheets/site.vsl
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/site.vsl?rev=1411897&r1=1411896&r2=1411897&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/site.vsl (original)
+++ jmeter/trunk/xdocs/stylesheets/site.vsl Tue Nov 20 21:37:33 2012
@@ -228,9 +228,9 @@ No
 
 #macro (scope $scope)
 #if ($scope.getText() == "")
-<a href="build-test-plan.html#scoping_rules">scope</a>
+<a href="test_plan.html#scoping_rules">scope</a>
 #else
-<a href="build-test-plan.html#scoping_rules">$scope.getText()</a>
+<a href="test_plan.html#scoping_rules">$scope.getText()</a>
 #end
 #end
 ##

Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/site_printable.vsl?rev=1411897&r1=1411896&r2=1411897&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/site_printable.vsl (original)
+++ jmeter/trunk/xdocs/stylesheets/site_printable.vsl Tue Nov 20 21:37:33 2012
@@ -215,9 +215,9 @@ No
 
 #macro (scope $scope)
 #if ($scope.getText() == "")
-<a href="build-test-plan.html#scoping_rules">scope</a>
+<a href="test_plan.html#scoping_rules">scope</a>
 #else
-<a href="build-test-plan.html#scoping_rules">$scope.getText()</a>
+<a href="test_plan.html#scoping_rules">$scope.getText()</a>
 #end
 #end
 

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1411897&r1=1411896&r2=1411897&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Nov 20 21:37:33 
2012
@@ -4637,7 +4637,7 @@ To add a new value to the series, click 
         should update its variables only once per iteration.  if you embed 
functions into the UP, then you may need greater
         control over how often the values of the variables are updated.  Keep 
this box checked to ensure the values are
         updated each time through the UP's parent controller.  Uncheck the 
box, and the UP will update the parameters for 
-        every sample request made within its <a 
href="build-test-plan.html#scoping_rules">scope</a>.</property>
+        every sample request made within its <a 
href="test_plan.html#scoping_rules">scope</a>.</property>
         
 </properties>
 </component>

Modified: jmeter/trunk/xdocs/usermanual/test_plan.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/test_plan.xml?rev=1411897&r1=1411896&r2=1411897&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/test_plan.xml (original)
+++ jmeter/trunk/xdocs/usermanual/test_plan.xml Tue Nov 20 21:37:33 2012
@@ -333,14 +333,14 @@ For simplicity, it is suggested that the
 <p>A Pre-Processor executes some action prior to a Sampler Request being made. 
 If a Pre-Processor is attached to a Sampler element, then it will execute just 
prior to that sampler element running. 
 A Pre-Processor is most often used to modify the settings of a Sample Request 
just before it runs, or to update variables that aren't extracted from response 
text.  
-See the <a href="build-test-plan.html#scoping_rules"><b>scoping rules</b></a> 
for more details on when Pre-Processors are executed.</p>
+See the <a href="test_plan.html#scoping_rules"><b>scoping rules</b></a> for 
more details on when Pre-Processors are executed.</p>
 </subsection>
 
 <subsection name="&sect-num;.8 Post-Processor Elements" 
anchor="postprocessors">
 <p>A Post-Processor executes some action after a Sampler Request has been made.
 If a Post-Processor is attached to a Sampler element, then it will execute 
just after that sampler element runs.
 A Post-Processor is most often used to process the response data, often to 
extract values from it.  
-See the <a href="build-test-plan.html#scoping_rules"><b>scoping rules</b></a> 
for more details on when Post-Processors are executed.</p>
+See the <a href="test_plan.html#scoping_rules"><b>scoping rules</b></a> for 
more details on when Post-Processors are executed.</p>
 </subsection>
 
 <subsection name="&sect-num;.9 Execution order" anchor="executionorder">


Reply via email to