X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2183113c4c357e07719251854e3d249cdcd394dd..ac86cc3a04d65c1f330e237aa70df468faffd207:/doc/user/tutorials/tutorial-firstscript.textile diff --git a/doc/user/tutorials/tutorial-firstscript.textile b/doc/user/tutorials/tutorial-firstscript.textile index 554185c010..dbc3631856 100644 --- a/doc/user/tutorials/tutorial-firstscript.textile +++ b/doc/user/tutorials/tutorial-firstscript.textile @@ -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.
$ man gittutoral
+notextile.
$ man gittutorial
-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