From 97f74b32e9b60f777ff917bc34d134c8c3e8a900 Mon Sep 17 00:00:00 2001 From: Kai Waldrant Date: Mon, 1 Jul 2024 16:12:17 +0200 Subject: [PATCH] update s3 link --- INSTRUCTIONS.md | 2 +- _viash.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md index 032d525..892412c 100644 --- a/INSTRUCTIONS.md +++ b/INSTRUCTIONS.md @@ -13,7 +13,7 @@ A list of required software to start developing a new task can be found in the [ * Update the `name` field to the name of the task in snake_case. * Update the `description` field to a short description of the task. * Add a keyword to the `keywords` field that describes the task. -* Update the `` in the links/info field to the name of the task in snake_case. +* Update the ``/`task_template` in the links/info field to the name of the task in snake_case. ### `task_info.yaml` diff --git a/_viash.yaml b/_viash.yaml index fd7758a..b61e9cf 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -12,7 +12,7 @@ links: info: test_resources: - type: s3 - path: s3://openproblems-data/resources_test/ + path: s3://openproblems-data/resources_test/task_template dest: test_resources version: dev