This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 7ee18cece60d7bdede2c744161c54195bd2f921e Author: Felix Schumacher <[email protected]> AuthorDate: Thu Oct 3 16:14:46 2019 +0200 Correct typos in tutorial Use correct Upper-/Camelcase for names and correct url/link. --- xdocs/usermanual/jmeter_tutorial.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xdocs/usermanual/jmeter_tutorial.xml b/xdocs/usermanual/jmeter_tutorial.xml index d78b215..92de2c7 100644 --- a/xdocs/usermanual/jmeter_tutorial.xml +++ b/xdocs/usermanual/jmeter_tutorial.xml @@ -130,7 +130,7 @@ The folders inside of <code>src</code> <dt><code>protocol</code></dt><dd>contains the different protocols JMeter supports</dd> <dt><code>release</code></dt><dd>XXX</dd> <dt><code>testkit</code></dt><dd>utility code for testing</dd> - <dt><code>testkit-wiremock</code></dt><dd>utility code for testing with wiremock</dd> + <dt><code>testkit-wiremock</code></dt><dd>utility code for testing with WireMock</dd> </dl> <p> @@ -861,11 +861,11 @@ p.setPropertyEditorClass(FileEditor.class); <subsection name="§-num;.6 Building JMeter" anchor="building"> <p> -JMeter uses gradle to compile and build the distribution. JMeter has +JMeter uses Gradle to compile and build the distribution. JMeter has several tasks defined, which make it easier for developers to build the complete project. -For those unfamiliar with gradle, it's a build tool similar to make on Unix. -A list of the gradle tasks with a short description is provided -in <a href="https://github.com/apache/jmeter/blob/mastergradle.md>gradle.md">gradle.md</a>, which can be found +For those unfamiliar with Gradle, it's a build tool similar to make on Unix. +A list of the Gradle tasks with a short description is provided +in <a href="https://github.com/apache/jmeter/blob/master/gradle.md">gradle.md</a>, which can be found in the root source directory. </p>
