From e198f070edb7a468b7e399c58bb81798dbe1f772 Mon Sep 17 00:00:00 2001 From: Favour Kelvin Date: Sat, 17 Dec 2022 01:05:04 +0100 Subject: [PATCH] fix broken links (#42) --- data-engineering/image-processing/index.ipynb | 7 ++++--- workload-onboarding/trivial-python/index.ipynb | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data-engineering/image-processing/index.ipynb b/data-engineering/image-processing/index.ipynb index e676b0d3..242b6740 100644 --- a/data-engineering/image-processing/index.ipynb +++ b/data-engineering/image-processing/index.ipynb @@ -407,6 +407,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "84ce0286-7715-4a10-9b3b-fa5f9e7aa6fc", "metadata": { @@ -417,9 +418,9 @@ "source": [ "## Where to go next?\n", "\n", - "* [Take a look at other examples](../../index.md)\n", - "* [How to run an existing workload on Bacalhau](../../../getting-started/workload-onboarding.md)\n", - "* [Check out the Bacalhau CLI Reference page](../../../all-flags.md)" + "* [Take a look at other examples](https://docs.bacalhau.org/examples/)\n", + "* [How to run an existing workload on Bacalhau](https://docs.bacalhau.org/getting-started/docker-workload-onboarding)\n", + "* [Check out the Bacalhau CLI Reference page](https://docs.bacalhau.org/all-flags)" ] }, { diff --git a/workload-onboarding/trivial-python/index.ipynb b/workload-onboarding/trivial-python/index.ipynb index 6d43825c..b58a85d5 100644 --- a/workload-onboarding/trivial-python/index.ipynb +++ b/workload-onboarding/trivial-python/index.ipynb @@ -28,7 +28,7 @@ "This example serves as an introduction to Bacalhau. Here, you'll be running a Python file hosted on a website on Bacalhau.\n", "\n", ":::tip\n", - "You can run this code on your command line interface (CLI), or you can use the **Google Colab** or **Binder** notebooks provided at the top of this example to test the code.\n", + "You can run this code on your command line interface (CLI), or you can use the **[Google Colab](https://colab.research.google.com/github/bacalhau-project/examples/blob/main/workload-onboarding/trivial-python/index.ipynb)** or **[Binder](https://mybinder.org/v2/gh/bacalhau-project/examples/HEAD?labpath=workload-onboarding/trivial-python/index.ipynb)** notebooks provided at the top of this example to test the code.\n", ":::" ] },