Repository: oodt Updated Branches: refs/heads/asf-site 629c5e9f9 -> 6c8a3f3eb
Minor typos and link to JIRA Hi, this PR adds a link to JIRA component, and fix minor typos. Looking at the OODT Wiki at ASF, looks like most information is being updated there, so happy to close this PR without merging if i) this was not the branch I was looking for or, ii) we better update the Wiki and not this page. Docs are helping a lot so far, so thanks for putting it all together. Cheers Bruno Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/6c8a3f3e Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/6c8a3f3e Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/6c8a3f3e Branch: refs/heads/asf-site Commit: 6c8a3f3eb8df9c3fba712fec7b501335deebc4e1 Parents: 629c5e9 Author: Bruno P. Kinoshita <[email protected]> Authored: Mon Jul 17 15:51:02 2017 +1200 Committer: GitHub <[email protected]> Committed: Mon Jul 17 15:51:02 2017 +1200 ---------------------------------------------------------------------- documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/6c8a3f3e/documentation.html ---------------------------------------------------------------------- diff --git a/documentation.html b/documentation.html index fbfb0f7..5b31447 100755 --- a/documentation.html +++ b/documentation.html @@ -95,7 +95,7 @@ <p>Getting started with Apache OODT can be a daunting task. With a number of components to setup and configure it can be both time consuming and confusing. To help solve this problem Radix and the Vagrant Virtual Machine were created.</p> <h2>RADiX</h2> - <p>RADiX is a Maven Archtype designed to get OODT up and running quickly and easily. Maven will download the correct libraries and run the correct configuration routines to deploy a fully working OODT platform including File Manage, Workflow, OpsUI etc.</p> + <p>RADiX is a Maven Archetype designed to get OODT up and running quickly and easily. Maven will download the correct libraries and run the correct configuration routines to deploy a fully working OODT platform including File Manage, Workflow, OpsUI etc.</p> <p>RADiX can run on both Unix systems and Windows and requires nothing more than a Java JDK and Apache Maven installed on your computer.</p> @@ -105,7 +105,7 @@ <h2>Vagrant VM</h2> <p>Vagrant extends upon Radix to give you a configured Virtual Machine with a preconfigured RADiX installation already built and ready along with the networking configuration setup so you can connect to OpsUI without having to change the networking setup.</p> - <p>The Vagrant VM is idea if you want a portable image that can be replicated time after time or copied around colleagues.</p> + <p>The Vagrant VM is ideal if you want a portable image that can be replicated time after time or copied around colleagues.</p> <p>To get started with the OODT Vagrant VM, visit the wiki page.</p> @@ -232,7 +232,7 @@ <p>To compile the code from source simply run `mvn clean install` on the command line from within the checkout directory and the OODT code will start to compile.</p> -<p>To file bugs or find new tasks to work on you can find the OODT issue track on the ASF Jira: <a href="http://issues.apache.org">http://issues.apache.org</a></p> +<p>To file bugs or find new tasks to work on you can find the OODT issue track on the ASF Jira: <a href="https://issues.apache.org/jira/projects/OODT">https://issues.apache.org/jira/projects/OODT</a></p> </div> </div>
