Merge branch '1510-arv-tag-unit-tests' of git.clinicalfuture.com:arvados into 1510...
[arvados.git] / doc / user / tutorials / tutorial-firstscript.textile
index 554185c010cbfcf3cb8da77c6dcb5455cb95a234..dbc363185615ef82a476446d8e8cace63360edd5 100644 (file)
@@ -1,15 +1,16 @@
 ---
 layout: default
 navsection: userguide
+navmenu: Tutorials
 title: "Writing a Crunch script"
-navorder: 113
+navorder: 13
 ---
 
 h1. Tutorial: Writing a Crunch script
 
 In this tutorial, we will write the "hash" script demonstrated in the first tutorial.
 
-*This tutorial assumes that you are "logged into an Arvados VM instance":ssh-access.html#login, and have a "working environment.":check-environment.html*
+*This tutorial assumes that you are "logged into an Arvados VM instance":{{site.basedoc}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.basedoc}}/user/getting_started/check-environment.html*
 
 This tutorial uses _you_ to denote your username.  Replace _you_ with your user name in all the following examples.
 
@@ -38,9 +39,9 @@ This will create an git checkout in the directory called @you@.
 {% include notebox-begin.html %}
 For more information about using @git@, try
 
-notextile. <pre><code>$ <span class="userinput">man gittutoral</span></code></pre>
+notextile. <pre><code>$ <span class="userinput">man gittutorial</span></code></pre>
 
-or "click here search Google for git tutorials":http://google.com/#q=git+tutorial
+or "click here to search Google for git tutorials":http://google.com/#q=git+tutorial
 {% include notebox-end.html %}
 
 h2. Creating a Crunch script