commit c7c15d815fe1d78c927b7f58cbf048ca35894ec1
Author: Mauro Talevi <[email protected]>
AuthorDate: Sun, 9 Mar 2014 14:01:46 +0100
Commit: Mauro Talevi <[email protected]>
CommitDate: Sun, 9 Mar 2014 14:01:46 +0100
Added reference to the reference guides.
diff --git a/site-frontend/src/site/content/index.html
b/site-frontend/src/site/content/index.html
index 0afb0b8..4acf993 100755
--- a/site-frontend/src/site/content/index.html
+++ b/site-frontend/src/site/content/index.html
@@ -64,8 +64,8 @@
<h2>Want to learn more?</h2>
- <span class="followup">Learn more about the <a
- href="introduction.html">introduction</a>.</span>
+ <span class="followup">Refer to the reference guides (via the menu on the
left-hand side) for the detailed documentation on the Core and Web
Distributions.
+ You can get started on the <a
href="introduction.html">introduction</a>.</span>
</body>
diff --git a/site-frontend/src/site/content/introduction.html
b/site-frontend/src/site/content/introduction.html
index 1458427..2ec53e6 100755
--- a/site-frontend/src/site/content/introduction.html
+++ b/site-frontend/src/site/content/introduction.html
@@ -8,7 +8,7 @@
<h2>Introduction to BDD</h2>
-<p>JBehave is a Java-based framework supporting Behaviour-Driven Development
(BDD), an evolution of Test-Driven Development (TDD) and Acceptance-Test Driven
Developement (ATDD).</a>
+<p>JBehave is a Java-based framework supporting Behaviour-Driven Development
(BDD), an evolution of Test-Driven Development (TDD) and Acceptance-Test Driven
Developement (ATDD).</p>
<p>BDD aims to make development practices more accessible and intuitive to
newcomers and experts alike, but shifting the vocabulary from being test-based
to
behaviour-based. It positions itself as a <b>development paradigm</b>,
emphasising <b>communication</b> and <b>automation</b> as equal goals.</p>