Moved Python SDK and crunch utility scripts pages to SDK Reference section.
[arvados.git] / doc / user / tutorials / tutorial-parallel.textile
index b76d1a5238beb8b714c5030c6e1638c8b89204f0..fb70edad03596b91eb8bbb4cdee86b5f8477019c 100644 (file)
@@ -78,4 +78,4 @@ $ <span class="userinput">arv keep get e2ccd204bca37c77c0ba59fc470cd0f7+162/md5s
 
 h2. The one job per file pattern
 
-This example demonstrates how to schedule a new task per file.  Because this is a common pattern, the Crunch Python API contains a convenience function to "queue a task for each input file":{{site.basedoc}}/user/reference/crunch-utility-libraries.html#one_task_per_input which reduces the amount of boilerplate code required to handle parallel jobs.
+This example demonstrates how to schedule a new task per file.  Because this is a common pattern, the Crunch Python API contains a convenience function to "queue a task for each input file":{{site.basedoc}}/sdk/python/crunch-utility-libraries.html#one_task_per_input which reduces the amount of boilerplate code required to handle parallel jobs.