Add/explain output_is_persistent flag in example pipelines.
[arvados.git] / doc / user / tutorials / tutorial-keep.html.textile.liquid
index 9fbdb2abb08e5ce10f0486534b218effc758de5b..5a5e8796cbb67352256f9a06f24839f5d55281e2 100644 (file)
@@ -81,7 +81,7 @@ You may access collections through the "Collections section of Arvados Workbench
 * "https://{{ site.arvados_workbench_host }}/collections/c1bad4b39ca5a924e481008009d94e32+210":https://{{ site.arvados_workbench_host }}/collections/c1bad4b39ca5a924e481008009d94e32+210
 * "https://{{ site.arvados_workbench_host }}/collections/887cd41e9c613463eab2f0d885c6dd96+83/alice.txt":https://{{ site.arvados_workbench_host }}/collections/887cd41e9c613463eab2f0d885c6dd96+83/alice.txt
 
-h2. Using arv-get
+h2(#arv-get). Using arv-get
 
 You can view the contents of a collection using @arv keep ls@:
 
@@ -112,7 +112,7 @@ Use @arv keep get@ to download the contents of a collection and place it in the
 </code></pre>
 </notextile>
 
-You can also download indvidual files:
+You can also download individual files:
 
 <notextile>
 <pre><code>/scratch/<b>you</b>$ <span class="userinput">arv keep get 887cd41e9c613463eab2f0d885c6dd96+83/alice.txt .</span>
@@ -164,7 +164,3 @@ Using @arv-mount@ has several significant benefits:
 * You can browse, open and read Keep entries as if they are regular files.
 * It is easy for existing tools to access files in Keep.
 * Data is downloaded on demand, it is not necessary to download an entire file or collection to start processing
-
-<hr>
-
-You are now ready to proceed to the next tutorial, "running a crunch job.":tutorial-job1.html