[ARVADOS] updated: 13b092de0b24b586fe2c8adf8cb0fb4eb3b62d4b

git at public.curoverse.com git at public.curoverse.com
Wed Apr 2 10:12:14 EDT 2014


Summary of changes:
 doc/user/topics/tutorial-job1.html.textile.liquid |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

       via  13b092de0b24b586fe2c8adf8cb0fb4eb3b62d4b (commit)
      from  091af67c8481567a9e6724df0a77b3fae13ee1ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 13b092de0b24b586fe2c8adf8cb0fb4eb3b62d4b
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Apr 2 10:12:37 2014 -0400

    doc: Fix Keep links in tutorial-job1.

diff --git a/doc/user/topics/tutorial-job1.html.textile.liquid b/doc/user/topics/tutorial-job1.html.textile.liquid
index b0eb74e..2ac8ff5 100644
--- a/doc/user/topics/tutorial-job1.html.textile.liquid
+++ b/doc/user/topics/tutorial-job1.html.textile.liquid
@@ -37,7 +37,7 @@ EOF
 * @"repository"@ is the name of a git repository to search for the script version.  You can access a list of available git repositories on the Arvados Workbench under "*Compute* %(rarr)→% *Code repositories*":https://{{site.arvados_workbench_host}}/repositories.
 * @"script_version"@ specifies the version of the script that you wish to run.  This can be in the form of an explicit git revision hash, a tag, or a branch (in which case it will use the most recent commit on the specified branch).  Arvados logs the script version that was used in the run, enabling you to go back and re-run any past job with the guarantee that the exact same code will be used as was used in the previous run.
 * @"script"@ specifies the name of the script to run.  The script is searched for in the @crunch_scripts/@ subdirectory of the git repository.
-* @"script_parameters"@ are provided to the script.  In this case, the input is the PGP data Collection that we "put in Keep earlier":/user/tutorials/tutorial-keep.html.
+* @"script_parameters"@ are provided to the script.  In this case, the input is the PGP data Collection that we "put in Keep earlier":{{site.baseurl}}/user/tutorials/tutorial-keep.html.
 * Setting the @"no_reuse"@ flag tells Crunch not to reuse work from past jobs.  This helps ensure that you can watch a new Job process for the rest of this tutorial, without reusing output from a past run that you made, or somebody else marked as public.  (If you want to experiment, after the first run below finishes, feel free to edit this job to remove the @"no_reuse"@ line and resubmit it.  See what happens!)
 
 Use @arv job create@ to actually submit the job.  It should print out a JSON object which describes the newly created job:
@@ -166,7 +166,7 @@ This collection consists of the @md5sum.txt@ file.  Use @arv keep get@ to show t
 </code></pre>
 </notextile>
 
-This md5 hash matches the md5 hash which we "computed earlier":/user/tutorials/tutorial-keep.html.
+This md5 hash matches the md5 hash which we "computed earlier":{{site.baseurl}}/user/tutorials/tutorial-keep.html.
 
 h2. The job log
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list