commit ebe4e3dd1a4198dd09ae8a207d97fcac8da91398
Author:     wheleph <[email protected]>
AuthorDate: Sat, 12 Jan 2013 20:46:09 +0200
Commit:     Mauro Talevi <[email protected]>
CommitDate: Mon, 28 Jan 2013 00:41:21 +0100

    JBEHAVE-880: Minor documentation fixes

diff --git a/distribution/src/site/content/configuration.html 
b/distribution/src/site/content/configuration.html
index e878712..f3b61ef 100755
--- a/distribution/src/site/content/configuration.html
+++ b/distribution/src/site/content/configuration.html
@@ -97,8 +97,8 @@ public class AnnotatedTraderEmbedder extends 
InjectableEmbedder {
 </script>
 
 <p>Here we are actually using a JUnit Runner, <a
-       
href="javadoc/core/org/jbehave/core/junit/AnnotatedEmbedder.html">AnnotatedEmbedder</a>,
-to bootstrap the configuration process. The AnnotatedEmbedder is a very
+       
href="javadoc/core/org/jbehave/core/junit/AnnotatedEmbedderRunner.html">AnnotatedEmbedderRunner</a>,
+to bootstrap the configuration process. The AnnotatedEmbedderRunner is a very
 thin wrapper around the <a
        
href="javadoc/core/org/jbehave/core/configuration/AnnotationBuilder.html">AnnotationBuilder</a>,
 building the Embedder and injecting in the test class, which extends <a
diff --git a/distribution/src/site/content/hudson-plugin.html 
b/distribution/src/site/content/hudson-plugin.html
index 65c26cf..e33bbbe 100755
--- a/distribution/src/site/content/hudson-plugin.html
+++ b/distribution/src/site/content/hudson-plugin.html
@@ -19,7 +19,7 @@ of the distribution or can be downloaded from the <a 
href="download.html">downlo
 <p>The JBehave Hudson Plugin depends on the <a 
href="http://wiki.hudson-ci.org/display/HUDSON/xUnit+Plugin";>xUnit Hudson 
Plugin</a> and
 requires a minimum of version 1.13 to be installed in your Hudson instances 
<b>before</b> you install the JBehave Hudson Plugin.</p>
 
-<p>The JBehave Hudson Plugin can be installed into Hudson via the Advanced tab 
of the “Manage Hudson > Manage Plugins” screen, and requires 
+<p>The JBehave Hudson Plugin can be installed into Hudson via the Advanced tab 
of the "Manage Hudson > Manage Plugins" screen, and requires
 a restart after the installation.</p>
 
 <h2>Project Configuration</h2>
diff --git a/distribution/src/site/content/parametrised-scenarios.html 
b/distribution/src/site/content/parametrised-scenarios.html
index 02a9f83..6c15b2a 100755
--- a/distribution/src/site/content/parametrised-scenarios.html
+++ b/distribution/src/site/content/parametrised-scenarios.html
@@ -38,7 +38,7 @@ values. We can then rewrite this scenario as:</p>
 </script>
 
 <p>The <b>Examples:</b> keyword signals that the entire scenario is
-parametrised and should be epeated for as many times as there are data
+parametrised and should be repeated for as many times as there are data
 rows in the examples table. At each execution, the named parameters are
 taken from the corresponding row.</p>
 
diff --git a/distribution/src/site/content/story-syntax.html 
b/distribution/src/site/content/story-syntax.html
index 3a99a19..3e400d4 100755
--- a/distribution/src/site/content/story-syntax.html
+++ b/distribution/src/site/content/story-syntax.html
@@ -47,7 +47,7 @@ Examples:
 
 <p><a href="https://github.com/cucumber/cucumber/wiki/Gherkin";>Gherkin</a> 
syntax is supported
 by the <a
-    
href="javadoc/core/org/jbehave/core/parsers/gherkin/GherkinStoryParser.html">GherkinStoryParser</a>:</p>
+    
href="javadoc/gherkin/org/jbehave/core/parsers/gherkin/GherkinStoryParser.html">GherkinStoryParser</a>:</p>
 
 <pre class="brush: bdd">
 Feature: A story is a collection of scenarios



Reply via email to