Change _config.yaml to point to arv-copy.html.textile.liquid
[arvados.git] / doc / user / tutorials / tutorial-keep-get.html.textile.liquid
index b47b63cbfd62c47672085c6987d594c3fe0ab22c..1e894e7c25141ba00aa722ad2adef22fd508e37f 100644 (file)
@@ -4,8 +4,6 @@ navsection: userguide
 title: "Downloading data"
 ...
 
-{% include 'tutorial_expectations' %}
-
 Arvados Data collections can be downloaded using either the arv commands or using Workbench.
 
 # "*Downloading using arv commands*":#download-using-arv
@@ -14,6 +12,8 @@ Arvados Data collections can be downloaded using either the arv commands or usin
 
 h2(#download-using-arv). Downloading using arv commands
 
+{% include 'tutorial_expectations' %}
+
 You can download Arvados data collections using the command line tools @arv-ls@ and @arv-get@.
 
 Use @arv-ls@ to view the contents of a collection:
@@ -74,6 +74,6 @@ This will create a sharing link for the collection as shown below. You can copy
 
 !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/shared-collection.png!
 
-A user with this url can download this collection by simply accessing this url. It will present a downloadable version of the collection as shown below.
+A user with this url can download this collection by simply accessing this url using browser. It will present a downloadable version of the collection as shown below.
 
 !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/download-shared-collection.png!