X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c95bf51af6261d2707421305342043f499b69f67..c67b7cfdb650039ef403d16bcd619f2c7dbe9fd6:/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid diff --git a/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid b/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid index 6852886523..fc98d01aa0 100644 --- a/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid +++ b/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid @@ -43,7 +43,8 @@ Next, create a file that contains the pipeline definition: "dataclass": "Collection" } }, - "script_version":"you:master", + "repository":"you", + "script_version":"master", "output_is_persistent":false }, "filter":{ @@ -53,7 +54,8 @@ Next, create a file that contains the pipeline definition: "output_of":"do_hash" } }, - "script_version":"you:master", + "repository":"you", + "script_version":"master", "output_is_persistent":true } } @@ -71,5 +73,4 @@ Now, use @arv pipeline_template create@ tell Arvados about your pipeline templat -Your new pipeline template will appear on the "Workbench %(rarr)→% Compute %(rarr)→% Pipeline templates":http://{{ site.arvados_workbench_host }}/pipeline_templates page. - +Your new pipeline template will appear on the "Workbench %(rarr)→% Compute %(rarr)→% Pipeline templates":https://{{ site.arvados_workbench_host }}/pipeline_instances page.