From 13b092de0b24b586fe2c8adf8cb0fb4eb3b62d4b Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 2 Apr 2014 10:12:37 -0400 Subject: [PATCH] doc: Fix Keep links in tutorial-job1. --- doc/user/topics/tutorial-job1.html.textile.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/topics/tutorial-job1.html.textile.liquid b/doc/user/topics/tutorial-job1.html.textile.liquid index b0eb74ecd6..2ac8ff51b5 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 -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 -- 2.30.2