From d4f551ac825582b0bbe6c99261eadcd309b4aca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= <38459088+jo-mueller@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:11:45 +0100 Subject: [PATCH] fixed link --- example/model_usage.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/model_usage.ipynb b/example/model_usage.ipynb index 38ed64db..ab9e4c19 100644 --- a/example/model_usage.ipynb +++ b/example/model_usage.ipynb @@ -52,7 +52,7 @@ "## Loading a model\n", "\n", "We will use a model that predicts foreground and boundaries in images of nuclei from the [kaggle nucles segmentation challenge](https://www.kaggle.com/c/data-science-bowl-2018).\n", - "Find the model on bioimage.io here: https://bioimage.io/#/?id=10.5072%2Fzenodo.881940\n", + "Find the model on bioimage.io here: https://bioimage.io/#/?id=10.5281%2Fzenodo.5764892\n", "\n", "First, we will use `bioimageio.core.load_resource_description` to load the model and inspec the obtained model resource." ]