commit 9945c95c8a988d9656ad4ed9c1660c8db0d20b91 Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Sun, 9 Mar 2014 12:47:18 +0100 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Sun, 9 Mar 2014 12:47:18 +0100
Upated docs. diff --git a/site-frontend/src/site/content/download.html b/site-frontend/src/site/content/download.html index 3070ac9..3c807d5 100755 --- a/site-frontend/src/site/content/download.html +++ b/site-frontend/src/site/content/download.html @@ -10,7 +10,9 @@ <p>The source zip will unpack into a directory named after its version, so multiple versions can easily be installed side by side in the same directory.</p> -<p><b>Note:</b> The Core binary distribution from 3.0 onwards comes without the dependencies bundled. Users can either use the dependency management of Maven/Ivy/Gradle or use the Ant script provided in lib/ to download them from the POM. Read DEPENDENCIES.txt file for instructions. </p> +<p><b>Note:</b> The Core binary distribution comes without the dependencies bundled. +Users should use the dependency management provided by their preferred network-enabled build tool - such as Maven, Ivy or Gradle. +Alternatively, an Ant script is provided in lib/ directory to download all the dependencies in one go from the POM. Read DEPENDENCIES.txt file for instructions. </p> <h2>Releases</h2> diff --git a/site-frontend/src/site/content/how-to-contribute.html b/site-frontend/src/site/content/how-to-contribute.html index f498950..70f98e9 100755 --- a/site-frontend/src/site/content/how-to-contribute.html +++ b/site-frontend/src/site/content/how-to-contribute.html @@ -14,7 +14,7 @@ <p>To propose a contribution: </p> <ol> -<li>Open a new issue on the <a href="issue-tracking.html">JIRA</a>.</li> +<li>Open a new issue on <a href="http://jira.codehaus.org/browse/JBEHAVE">JIRA</a> (a Codehaus login can be created at <a href="http://xircles.codehaus.org/projects/jbehave">Xircles</a>).</li> <li>Clone the <a href="http://github.com/jbehave"> GitHub repo</a> of the appropriate project.</li> <li>Commit your proposed changes to your clone repo, using the issue number that you created above in the commit message, i.e. start all commits with "JBEHAVE-xxx:".</li> <li>Update the issue with the links to the commits you made, which can be easily fetched and cherry-picked using git.</li>