From ebe23e9cb42cc298c66888898aadda2c5f3fb58b Mon Sep 17 00:00:00 2001 From: darrinfong Date: Thu, 23 Jul 2020 15:27:30 -0400 Subject: [PATCH] Reviewed all ipynb links, added reference to boutiques/schema/examples --- notebooks/boutiques-tutorial.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/notebooks/boutiques-tutorial.ipynb b/notebooks/boutiques-tutorial.ipynb index 33b2459..ea9a0ae 100644 --- a/notebooks/boutiques-tutorial.ipynb +++ b/notebooks/boutiques-tutorial.ipynb @@ -657,8 +657,10 @@ " - `image`\n", " - `index`\n", "\n", - "The complete list of properties and their description is available [here](https://github.com/boutiques/boutiques/tree/master/schema).\n", - "In the case of BET, we will of course populate the required elements, but will also include `groups` and `tags`." + "The complete list of properties and their description is available [here](https://github.com/boutiques/boutiques/tree/master/boutiques/schema).\n", + "In the case of BET, we will of course populate the required elements, but will also include `groups` and `tags`.\n", + "\n", + "More boutiques examples including a walk-through can be found [here](https://github.com/boutiques/boutiques/tree/master/boutiques/schema/examples)." ] }, { @@ -908,7 +910,7 @@ "source": [ "#### Step 3.4: Extending the tool descriptor (optional) \n", "\n", - "Now that the basic implementation of this tool has been done, you can check out the [schema](https://github.com/boutiques/boutiques/tree/master/schema) to explore deeper functionality of Boutiques. For instance, you can specify `suggested-resources` to help platforms run your tool on HPC clusters or clouds." + "Now that the basic implementation of this tool has been done, you can check out the [schema](https://github.com/boutiques/boutiques/tree/master/boutiques/schema) to explore deeper functionality of Boutiques. For instance, you can specify `suggested-resources` to help platforms run your tool on HPC clusters or clouds." ] }, {