X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/956093639196f92f3ad4b9e0795bcc7e30520e0d..0f361d9a0748e2b470ed5bc73351cb2eaf3e02e3:/doc/api/crunch-scripts.html.textile.liquid diff --git a/doc/api/crunch-scripts.html.textile.liquid b/doc/api/crunch-scripts.html.textile.liquid index 98634cdd9b..4642ed540e 100644 --- a/doc/api/crunch-scripts.html.textile.liquid +++ b/doc/api/crunch-scripts.html.textile.liquid @@ -20,8 +20,8 @@ A task's context is provided in environment variables. table(table table-bordered table-condensed). |Environment variable|Description| -|@JOB_UUID@|UUID of the current "Job":schema/Job.html| -|@TASK_UUID@|UUID of the current "JobTask":schema/JobTask.html| +|@JOB_UUID@|UUID of the current "Job":methods/jobs.html| +|@TASK_UUID@|UUID of the current "JobTask":methods/job_tasks.html| |@ARVADOS_API_HOST@|Hostname and port number of API server| |@ARVADOS_API_TOKEN@|Authentication token to use with API calls made by the current task| @@ -43,4 +43,3 @@ task = arvados.api().job_tasks().get(uuid=os.environ['TASK_UUID']).execute() $sys.stderr.write("current task sequence number is %d" % task['sequence']) -