Fix some typos and long lines
[arvados.git] / doc / user / tutorials / tutorial-firstscript.textile
index 554185c010cbfcf3cb8da77c6dcb5455cb95a234..3b557aeef62b7592c56e7474d6d1b72c21f80772 100644 (file)
@@ -9,7 +9,7 @@ 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.
 
@@ -40,7 +40,7 @@ For more information about using @git@, try
 
 notextile. <pre><code>$ <span class="userinput">man gittutoral</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