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." ] }, {