Skip to content

Commit

Permalink
fix broken links (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakela committed Dec 17, 2022
1 parent a1211fa commit e198f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions data-engineering/image-processing/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "84ce0286-7715-4a10-9b3b-fa5f9e7aa6fc",
"metadata": {
Expand All @@ -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)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion workload-onboarding/trivial-python/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
":::"
]
},
Expand Down

0 comments on commit e198f07

Please sign in to comment.